Expand description
Compatibility layer for handling different database backends
This module provides type aliases and compatibility functions for working with both libsql and WASM-only environments.
Structs§
- Libsql
Row - A libsql row.
- Libsql
Rows - A set of rows returned from a connection.
Enums§
Functions§
- blob_
value - Create a blob value compatible with both backends
- integer_
value - Create an integer value compatible with both backends
- null_
value - Create a null value compatible with both backends
- real_
value - Create a real/float value compatible with both backends
- text_
value - Create a text value compatible with both backends