Crate libsql_sys
source ·Re-exports
pub use connection::Connection;
pub use error::Error;
pub use error::Result;
pub use statement::prepare_stmt;
pub use statement::Statement;
pub use value::Value;
pub use value::ValueType;
pub use wal_hook::WalHook;
pub use wal_hook::WalMethodsHook;
pub use types::*;
Modules
- Typedefs for virtual function signatures.
Macros
- This macro handles the registering of a WalHook within libSQL. It first instantiates
WalMethodsHook
to a stable location in memory, and then callslibsql_wal_methods_register
with the WAL methods.