switch to knex

This commit is contained in:
2023-01-06 12:28:16 +02:00
parent 19f34768da
commit f2f97caf80
5 changed files with 136 additions and 208 deletions

View File

@@ -38,9 +38,9 @@
"dependencies": {
"@auth/core": "^0.2.4",
"@auth/sveltekit": "^0.1.11",
"dotenv": "^16.0.3",
"joi": "^17.7.0",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.28.0"
"knex": "^2.3.0",
"pg": "^8.8.0"
}
}