feat(WHE-22): ingest configured topic messages with idempotent persistence

This commit is contained in:
2026-03-05 04:32:58 +04:00
parent e72c145e3d
commit 67e9e2dee2
16 changed files with 1838 additions and 20 deletions

View File

@@ -2,6 +2,9 @@
"name": "@household/db",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --target bun",
"typecheck": "tsgo --project tsconfig.json --noEmit",
@@ -10,7 +13,6 @@
"seed": "bun run src/seed.ts"
},
"dependencies": {
"@household/config": "workspace:*",
"drizzle-orm": "^0.44.5",
"postgres": "^3.4.7"
}