Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T12:39:31.000Z (8 months ago)
- Last Synced: 2024-06-06T22:05:18.262Z (8 months ago)
- Topics: pwa, sql, sqlite, svelte, typescript, wasm
- Language: Svelte
- Homepage: https://fs-frost.github.io/sql-playground/
- Size: 1.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sql-playground
[![Deploy to GitHub Pages](https://github.com/FS-Frost/sql-playground/actions/workflows/main.yml/badge.svg)](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.