Skip to main content

Module compat

Module compat 

Source
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§

LibsqlRow
A libsql row.
LibsqlRows
A set of rows returned from a connection.

Enums§

LibsqlError
LibsqlValue

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