Flamenco/web
Sybren A. Stüvel c046094880 Manager: start replacing GORM with SQLC
GORM has certain downsides:

- Code-first approach, where queries have to be translated to the Go code
  required to execute them.
- GORM comes with its own SQLite implementation, which doesn't provide an
  on-connect callback. This means that new connections cannot correctly
  enable foreign key constraints, causing database consistency issues.

[SQLC](https://sqlc.dev/) solves these issues for us.

This commit doesn't fully replace GORM with SQLC, but introduces it for
a few queries. Once all queries have been converted, GORM can be removed
completely.
2024-03-03 20:15:39 +01:00
..
app Webapp: improve positioning of the farm status indicator 2024-03-02 23:11:33 +01:00
project-website Manager: start replacing GORM with SQLC 2024-03-03 20:15:39 +01:00
static Improve the static webapp building & embedding 2022-06-30 17:41:36 +02:00
README-static.md Make: add targets for running devservers, and avoid installing Hugo 2023-09-08 15:39:20 +02:00
web_app.go Rename First Time Wizard to Setup Assistant 2022-07-25 17:17:04 +02:00