From 255a44a935183fb7991da39301e7268d6cd60138 Mon Sep 17 00:00:00 2001 From: Spxg Date: Tue, 20 May 2025 00:05:24 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f54032e..8353891 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -# SQLite Playground +# SQLight A SQLite Playground that runs completely locally. +image + ## How it works Run SQLite as wasm in the browser using [`sqlite-wasm-rs`](https://github.com/Spxg/sqlite-wasm-rs). ## 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).