migrate from knex to prisma on backend

Co-authored-by: fred <>
Reviewed-on: #1
This commit is contained in:
fred 2025-08-15 20:52:38 +00:00
parent 24281a6322
commit 0a41568a2e
31 changed files with 1577 additions and 472 deletions

7
.gitignore vendored
View file

@ -1,6 +1,7 @@
examp_frontend/
postgres/db
db/
*/.env
.env
.env*
todo
sqldumps/
logs/
dist/