work on postgress / will prob remove and work on ib exchanges and symbols

This commit is contained in:
Boki 2025-06-13 19:59:35 -04:00
parent cce5126cb7
commit a20a11c1aa
16 changed files with 1441 additions and 95 deletions

View file

@ -40,6 +40,8 @@
"docker:start": "./scripts/docker.sh start",
"docker:stop": "./scripts/docker.sh stop",
"docker:restart": "./scripts/docker.sh restart",
"db:setup-ib": "bun run database/postgres/scripts/setup-ib.ts",
"db:init": "bun run database/postgres/scripts/init.ts",
"docker:status": "./scripts/docker.sh status",
"docker:logs": "./scripts/docker.sh logs",
"docker:reset": "./scripts/docker.sh reset",
@ -86,8 +88,10 @@
"bun": ">=1.1.0"
},
"dependencies": {
"@types/pg": "^8.15.4",
"bullmq": "^5.53.2",
"ioredis": "^5.6.1",
"pg": "^8.16.0",
"playwright": "^1.53.0"
},
"trustedDependencies": [