installing drizzle, confirm working db connection via test script
This commit is contained in:
parent
681c6d2b4f
commit
3faa3d4ffb
5 changed files with 1068 additions and 60 deletions
|
|
@ -2,5 +2,14 @@
|
|||
"name": "@glossa/db",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module"
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"dotenv": "^17.3.1",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"pg": "^8.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/pg": "^8.20.0",
|
||||
"drizzle-kit": "^0.31.10"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue