Files
sqlight/README.md
2025-05-20 00:05:24 +08:00

805 B

SQLight

A SQLite Playground that runs completely locally.

image

How it works

Run SQLite as wasm in the browser using sqlite-wasm-rs.

About UI

Users who have used rust playground will feel very familiar.

Because the layout and component design are derived from it, but rewritten using leptos.

Local deployment

npm install
npx postcss --dir assets/module.postcss assets/module.css --base assets/module.css
# Choose your preferred installation method
# https://trunkrs.dev/#install
cargo install trunk --locked
# The product is in the dist folder
trunk build --release