6 Commits

Author SHA1 Message Date
a81dfb69a5 db: remove implicit singleton pattern, move functions under a struct object
All checks were successful
CI / build-docker (push) Successful in 7s
CI / build-docker-bootstrap (push) Has been skipped
CI / release-test (push) Successful in 25s
2025-11-09 00:01:15 -08:00
dbde3c8724 Avoid panicking in db.Connect and db.Create, as they are library functions 2025-11-08 19:36:55 -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
e7ee10deb1 Execute migrations in a transaction 2025-07-12 10:54:57 -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