feat: add SQLite database with Drizzle ORM schema and migrations

This commit is contained in:
Siddharth Kumar Sah
2026-03-22 02:51:57 +08:00
parent 1e7fb11da0
commit a24c6dd014
11 changed files with 1433 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@ dist/
*.db
*.db-journal
*.db-wal
*.db-shm
data/
.env
.env.local
.DS_Store