feat: add Drizzle ORM support and update README with environment setup and migration scripts

This commit is contained in:
2025-12-07 10:20:00 +00:00
parent 546573c694
commit 27d14ac112
8 changed files with 91 additions and 5 deletions

1
Backend/.env.example Normal file
View File

@@ -0,0 +1 @@
DATABASE_URL=postgres://username:password@localhost:5432/database_name