Skip to content

Commit

Permalink
feat: add implementation of SQLite in the browser
Browse files Browse the repository at this point in the history
- using sqlit-wasm, worker and opfs
- handle migration in a very basic way
  • Loading branch information
yannamsellem committed Dec 19, 2024
1 parent e8154b2 commit f1b2cbd
Show file tree
Hide file tree
Showing 12 changed files with 727 additions and 277 deletions.
36 changes: 11 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.0",
"@lezer/highlight": "^1.2.1",
"@sqlite.org/sqlite-wasm": "^3.47.2-build1",
"@tauri-apps/api": "^2.1.1",
"d3": "^7.9.0",
"normalize.css": "^8.0.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1"
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.6",
Expand Down
Loading

0 comments on commit f1b2cbd

Please sign in to comment.