Here is a guide (and a binary) for installing SQLPage on OpenBSD: https://m.legnered.se/pub/writes/sqlpage.html
Here is a guide (and a binary) for installing SQLPage on OpenBSD: https://m.legnered.se/pub/writes/sqlpage.html
Et la deuxième est arrivée : Mon petit potager
https://codeberg.org/nanawel/monpetitpotager
Comme pour Zaibu, c'était à la fois pour un proof of concept de #SQLPage et pour répondre à un besoin personnel. Il fallait à la fois pouvoir historiser les récoltes du potager, et la pluviométrie. Rien de bien compliqué.
Je me suis un peu plus pris la tête avec les stats de pluviométrie par contre
Ça y est, je viens de publier les sources d'une des mini-webapps que j'ai développées comme proof of concept de #SQLPage : Zaibu
https://codeberg.org/nanawel/zaibu
Elle me sert à historiser mes dégustations de bières et de vins
C'est une petite image auto-hébergeable, presque entièrement codée en SQL.
Poke @lovasoa qui est le développeur du génial framework/runtime SQLPage
La démo est là : https://zaibu-demo.lanterne-rouge.info/
La suivante arrive bientôt
@postmodern I appreciate the suggestions (truly, taking time out of your day to respond thoughtfully is a big deal) but even that feels more overkill than what I need.
I know #sqlpage has modules for auth and I've heard recommendations for #Streamlit. I understand the database (what I'll call) basics and have written decently advanced SQL queries in my day. I can create the schema now and I feel confident that it would require little to no changes for my use-case.
The aspect I struggle with is how to create the presentation layer and in today's landscape, how to handle transactions between presentation and data layers. I haven't dabbled with this side of things since the answer was "just spin up a LAMP stack" and wading in 20 years later, it's all a bit overwhelming.