Stream: general

Topic: wasi-sql


view this post on Zulip theduke (Jun 29 2022 at 13:13):

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.

SQL interface for Webassembly components. Contribute to theduke/wasi-sql development by creating an account on GitHub.
SQL interface for Webassembly components. Contribute to theduke/wasi-sql development by creating an account on GitHub.
SQL interface for Webassembly components. Contribute to theduke/wasi-sql development by creating an account on GitHub.

view this post on Zulip Angel M (Sep 26 2022 at 06:53):

Quite interesting. I may explore SQL integrations with existing Wasm modules, so I'll definitively check your project


Last updated: Oct 23 2024 at 20:03 UTC