84ba3b6bee
feat(db): db tuning options and consistency
2026-06-22 14:50:05 +01:00
58e7ae6c5c
fix: ty compliant & issues from change to mapped columns
2026-06-22 11:23:24 +01:00
6397bd1316
feat: use Mapped syntax for columns
2026-06-20 18:42:36 +01:00
c689ac1e10
minor: ruff formatter
...
All changes are either:
- Correcting tabs
- Adding/removing line breaks
- Adding trailing commas
2026-06-08 15:31:37 +01:00
19145271ae
tests: test init
2026-05-29 15:18:10 +01:00
05a405cbe6
tests: sqlite memory db when run in testing
2026-05-29 11:00:01 +01:00
7b3ee9d5fa
feat: db dependency upgrade
...
No longer using .begin() and context manager. This means commits must be explicit (already were) but also, it allows for sanity checks within routes after commits.
2026-05-21 16:55:15 +01:00
376a7a9fe5
Initial commit
2026-04-06 12:41:49 +01:00