feat: add versioned migrations and kysely query layer
This commit is contained in:
@@ -20,13 +20,16 @@
|
||||
"test:watch": "jest --watch",
|
||||
"test:cov": "jest --coverage",
|
||||
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
||||
"test:e2e": "jest --config ./apps/api/test/jest-e2e.json"
|
||||
"test:e2e": "jest --config ./apps/api/test/jest-e2e.json",
|
||||
"test:integration": "jest --config jest-integration.json --runInBand"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^11.0.1",
|
||||
"@nestjs/core": "^11.0.1",
|
||||
"@nestjs/platform-express": "^11.0.1",
|
||||
"ioredis": "^6.0.0",
|
||||
"kysely": "^0.29.5",
|
||||
"node-pg-migrate": "^7.9.1",
|
||||
"pg": "^8.23.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"rxjs": "^7.8.1"
|
||||
|
||||
Reference in New Issue
Block a user