https://github.com/fs-frost/sql-playground
SQL playground to test queries using SQLite on the browser through WASM, installable as PWA.
https://github.com/fs-frost/sql-playground
pwa sql sqlite svelte typescript wasm
Last synced: about 2 months ago
JSON representation
SQL playground to test queries using SQLite on the browser through WASM, installable as PWA.
- Host: GitHub
- URL: https://github.com/fs-frost/sql-playground
- Owner: FS-Frost
- Created: 2022-10-02T19:11:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T23:16:21.000Z (over 1 year ago)
- Last Synced: 2025-09-19T23:30:47.941Z (9 months ago)
- Topics: pwa, sql, sqlite, svelte, typescript, wasm
- Language: Svelte
- Homepage: https://fs-frost.github.io/sql-playground/
- Size: 1.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sql-playground
[](https://github.com/FS-Frost/sql-playground/actions/workflows/main.yml)
SQL playground to test queries using [SQLite](https://www.sqlite.org/index.html) on the browser through [WASM](https://webassembly.org/), installable as [PWA](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps).
https://fs-frost.github.io/sql-playground

## Built with
- [Svelte](https://svelte.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Bulma CSS Framework](https://bulma.io/)
- [Bun](https://bun.sh/)
- [Rollup](https://rollupjs.org/)
- [SQL.js](https://github.com/sql-js/sql.js/)
- [Monaco Editor](https://github.com/microsoft/monaco-editor)
- [{JSON} Placeholder](https://jsonplaceholder.typicode.com/)
- [Zod](https://github.com/colinhacks/zod)
## Run locally
```shell
bun install
bun run dev
```
Navigate to http://localhost:5000.