Replace better-sqlite3 with built-in SQLite drivers
All checks were successful
npm release / verify (push) Successful in 24s
npm release / publish to npm (push) Successful in 11s

This commit is contained in:
2026-05-12 16:52:22 +09:00
parent b77e8eea40
commit 6accd62df5
8 changed files with 222 additions and 94 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "identitydb",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript memory graph database wrapper for topics, facts, and AI-assisted ingestion.",
"license": "MIT",
"type": "module",
@@ -36,13 +36,11 @@
"ai"
],
"dependencies": {
"better-sqlite3": "^12.1.1",
"kysely": "^0.28.8",
"mysql2": "^3.15.3",
"pg": "^8.16.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^24.0.0",
"@types/pg": "^8.20.0",
"tsup": "^8.5.0",