Add support for Neon database in db-setup and update dependencies (#339)

Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
This commit is contained in:
Igor Belogurov
2025-06-25 16:39:03 +02:00
committed by GitHub
parent 353f60ea6d
commit 32275d3f16
4 changed files with 36 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ export const dependencyVersionMap = {
"drizzle-kit": "^0.31.2",
"@libsql/client": "^0.15.9",
"@neondatabase/serverless": "^1.0.1",
pg: "^8.14.1",
"@types/pg": "^8.11.11",