wasm-sql 0.1.6

Wasmtime host implementation for a SQL component WIT interface. Enables Wasm components to interact with SQL databases via the WebAssembly Component Model.
Documentation
1
2
3
4
5
6
7
package wasm-sql:postgres@0.1.0;

/// PostgreSQL-specific world providing type codecs.
/// Import together with wasm-sql:core/host to use PostgreSQL databases.
world host {
  import codecs;
}