summaryrefslogtreecommitdiff
path: root/lib/db.dart
AgeCommit message (Collapse)Author
2026-04-06Implement setting server_fqdnxengineering
This persists the used server_fqdn on connection. This makes sure the user does not need to specify the FQDN every time.
2026-04-06Implement SQL migrationsxengineering
This allows to update the SQL schema incrementally.
2026-04-03Introduce class DBxengineering
This centralises database related code in one class.