feat: use sqlite instead of lowdb

This commit is contained in:
ikechan8370 2025-04-09 16:27:21 +08:00
parent 9c41251164
commit fd197abb33
22 changed files with 3519 additions and 39 deletions

View file

@ -1,6 +1,6 @@
{
"name": "chatgpt-plugin",
"version": "3.0.0-alpha.2",
"version": "3.0.0-beta.1",
"type": "module",
"author": "ikechan8370",
"dependencies": {
@ -9,7 +9,8 @@
"keyv": "^5.3.1",
"keyv-file": "^5.1.2",
"lowdb": "^7.0.1",
"vectra": "^0.9.0"
"vectra": "^0.9.0",
"sqlite3": "^5.1.6"
},
"pnpm": {}
}