summaryrefslogtreecommitdiff
path: root/lib/db.dart
AgeCommit message (Collapse)Author
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.