Update README.md

This commit is contained in:
Spxg
2025-05-20 00:05:24 +08:00
committed by GitHub
parent 746e30f6a7
commit 255a44a935

View File

@@ -1,14 +1,16 @@
# SQLite Playground # SQLight
A SQLite Playground that runs completely locally. A SQLite Playground that runs completely locally.
<img alt="image" src="https://github.com/user-attachments/assets/c75858f3-27a4-49b6-805e-c42db6d40593" width="75%" />
## How it works ## How it works
Run SQLite as wasm in the browser using [`sqlite-wasm-rs`](https://github.com/Spxg/sqlite-wasm-rs). Run SQLite as wasm in the browser using [`sqlite-wasm-rs`](https://github.com/Spxg/sqlite-wasm-rs).
## About UI ## About UI
Users who have used [Rust Playground](https://play.rust-lang.org) will feel very familiar. Users who have used [rust playground](https://play.rust-lang.org) will feel very familiar.
Because the layout and component design are derived from it, but rewritten using [leptos](https://leptos.dev). Because the layout and component design are derived from it, but rewritten using [leptos](https://leptos.dev).