Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theduke/wasi-sql
SQL interface for Webassembly components
https://github.com/theduke/wasi-sql
Last synced: about 1 month ago
JSON representation
SQL interface for Webassembly components
- Host: GitHub
- URL: https://github.com/theduke/wasi-sql
- Owner: theduke
- License: mit
- Created: 2022-06-29T09:08:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T13:19:04.000Z (over 2 years ago)
- Last Synced: 2024-10-14T17:20:35.188Z (2 months ago)
- Language: Rust
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wasi-sql
**Very rough and early prototype** of a sql interface for Webassembly components
using interface types and wit-bindgen.Contains a sample implementation for wasmtime + sqlite.