https://github.com/driftluo/sqlite-web
https://github.com/driftluo/sqlite-web
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/driftluo/sqlite-web
- Owner: driftluo
- License: mit
- Created: 2024-12-04T09:56:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-04T10:07:32.000Z (about 1 year ago)
- Last Synced: 2025-04-23T22:17:29.574Z (8 months ago)
- Language: Rust
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlite-web
This library is a highly abstract one - it's a binding for [sqljs](https://github.com/sql-js/sql.js), which itself is a binding for sqlite-wasm. In simple terms, this provides a way for Rust to manipulate data in the browser using SQLite syntax. All data is stored in memory, and can be exported and saved to IndexedDB, enabling database operations in the browser using SQLite syntax through Rust.
## Usage
```bash
$ npm install && npm run serve
```
and then open your browser on `http://localhost:8080/`, open console, you can find it's output.