Crate libsql_client

source ·

Re-exports

pub use statement::Statement;
pub use cell_value::CellValue;

Modules

Structs

Database connection. This is the main structure used to communicate with the database.
Metadata of a request
Structure holding a set of rows returned from a query and their corresponding column names
A database row

Enums

Result of a request - a set of rows or an error