feat(nbstore): add sqlite implementation (#8811)

This commit is contained in:
forehalo
2024-12-13 06:13:05 +00:00
parent 932e1da7f3
commit 8c24f2b906
66 changed files with 2932 additions and 397 deletions
+3 -21
View File
@@ -34,36 +34,18 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@emotion/react": "^11.14.0",
"@swc/core": "^1.0.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/react": "^16.1.0",
"@types/react": "^19.0.1",
"fake-indexeddb": "^6.0.0",
"react": "^19.0.0",
"rxjs": "^7.8.1",
"vitest": "2.1.8"
},
"peerDependencies": {
"@affine/templates": "*",
"@swc/core": "^1.0.0",
"@testing-library/dom": ">=7.0.0",
"electron": "*",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"yjs": "^13"
},
"peerDependenciesMeta": {
"@affine/templates": {
"optional": true
},
"electron": {
"optional": true
},
"react": {
"optional": true
},
"yjs": {
"optional": true
}
"react-dom": "^19.0.0"
},
"version": "0.18.0"
}