JavaScript packages to use cr-sqlite
in the browser, node, react and other JS frameworks & environments.
Scaffolding a new project -- https://github.com/vlcn-io/vite-starter/tree/main
Example apps:
import initWasm from "@vlcn.io/crsqlite-wasm"; import wasmUrl from "@vlcn.io/crsqlite-wasm/crsqlite.wasm?url"; const crsqlite = await initWasm(wasmUrl); const db = await sqlite.open("db-name"); ... db.close();
import Database from "better-sqlite3"; const db = new Database(":memory:"); import { extensionPath } from "@vlcn.io/crsqlite"; db.loadExtension(extensionPath); ... db.close();
function TodoList() { const allTodos: readonly Todo[] = useQuery<Todo>( ctx, "SELECT * FROM todo ORDER BY id DESC" ).data; return ( <div> {allTodos.map((t) => ( <Todo item={t} /> ))} </div> ); }
See official docs or the vite-starter
nodejs
with whatever sqlite
bindings you already use. See the node-allinone
readme for more detailsIf you want to build these projects from source and/or hack on them or contribute, you'll need to clone the workspace repository:
git clone --recurse-submodules git@github.com:vlcn-io/workspace.git
Running make
in that directory will get you set up. Ensure you have the rust nightly toolchain installed and activated before running make.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4