If anyone is interested in sql bindings:
I started working on a prototype for a wasi-sql interface with interface types.
It includes a functional example implementation with wit-bindgen + wasmtime + sqlite.
(Don't judge the code, it's quickly hacked together to get something running, and rusqlite
requires some nasty unsafe workarounds.)
I'd primarily appreciate some feedback on the schema:
https://github.com/theduke/wasi-sql/blob/main/schema/sql_v1_alpha1.wit
The functional examples are: Rust client , wasmtime host.
Quite interesting. I may explore SQL integrations with existing Wasm modules, so I'll definitively check your project
Last updated: Nov 22 2024 at 16:03 UTC