feat: memory driver with @duckdb/duckdb-wasm

This commit is contained in:
Neko Ayaka
2025-02-08 23:12:46 +07:00
parent f5bfd16963
commit a48624ef1e
37 changed files with 3922 additions and 94 deletions
+4 -2
View File
@@ -51,8 +51,10 @@
"vitest": "^3.0.4"
},
"workspaces": [
"packages/*",
"docs"
"packages/**",
"services/**",
"examples/**",
"docs/**"
],
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged && pnpm typecheck"