No description
Find a file
luxferre e475a4a2c1 feat: db dependency modification
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-13 11:49:51 +01:00
.alembic init 2026-05-06 14:15:50 +01:00
src feat: db dependency modification 2026-05-13 11:49:51 +01:00
.gitignore gitignore: generated outputs 2026-05-06 14:18:57 +01:00
alembic.ini init 2026-05-06 14:15:50 +01:00
Dockerfile init 2026-05-06 14:15:50 +01:00
requirements.txt init 2026-05-06 14:15:50 +01:00
template.env feat: authed users in env 2026-05-07 12:56:30 +01:00