8 Commits

Author SHA1 Message Date
dbde3c8724 Avoid panicking in db.Connect and db.Create, as they are library functions 2025-11-08 19:36:55 -08:00
b7b581ff5a Add Timestamp type for db 2025-11-08 19:36:10 -08:00
6a837d28c6 Add db/errors.go, move error definitions to it 2025-11-08 19:23:38 -08:00
a4de16a1dd Fix lint errors
All checks were successful
CI / release-test (push) Successful in 49s
2025-08-23 18:46:27 -07:00
1b04b71d9d Rename go.mod module name according to git path
All checks were successful
CI / release-test (push) Successful in 6s
2025-07-12 12:29:28 -07:00
e7ee10deb1 Execute migrations in a transaction 2025-07-12 10:54:57 -07:00
3a65e346dd Fix broken tests
Some checks failed
CI / release-test (push) Failing after 4s
2025-07-06 19:43:49 -07:00
aa89a4ff1f Create DB management / versioning package
Some checks failed
CI / release-test (push) Failing after 7s
2025-07-06 19:34:10 -07:00