feat: support views as data catalogs

This commit is contained in:
Morten Olsen
2025-11-04 11:51:51 +01:00
parent daa816ac61
commit 5cb31324ee
8 changed files with 361 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
"type": "module",
"main": "dist/exports.js",
"scripts": {
"dev": "node --no-warnings --watch src/dev.ts",
"build": "tsc --build",
"test:unit": "vitest --run --passWithNoTests",
"test": "pnpm run \"/^test:/\""
@@ -18,6 +19,7 @@
"@morten-olsen/reservoir-tests": "workspace:*",
"@types/node": "24.10.0",
"@vitest/coverage-v8": "4.0.6",
"dotenv": "^17.2.3",
"typescript": "5.9.3",
"vitest": "4.0.6"
},
@@ -27,6 +29,7 @@
"#root/*": "./src/*"
},
"dependencies": {
"@fastify/sensible": "^6.0.3",
"@fastify/swagger": "^9.5.2",
"@scalar/fastify-api-reference": "^1.38.1",
"better-sqlite3": "^12.4.1",
@@ -38,6 +41,7 @@
"pg": "^8.16.3",
"pino": "^10.1.0",
"pino-pretty": "^13.1.2",
"yaml": "^2.8.1",
"zod": "^4.1.12"
}
}