feat(api-db): initialize prisma with postgresql datasource

This commit is contained in:
2026-04-04 12:58:14 +08:00
parent d567710768
commit fba9443a30
7 changed files with 1174 additions and 8 deletions
+1
View File
@@ -0,0 +1 @@
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/todolist?schema=public"