Wasmtime host implementation for a SQL component WIT interface. Enables Wasm components to interact with SQL databases via the WebAssembly Component Model.
package wasm-sql:sqlite@0.1.0;
/// SQLite-specific world providing type codecs.
/// Import together with wasm-sql:core/host to use SQLite databases.
world host {
import codecs;
}