Modules§
Structs§
- Error
- Page
Headers - Sqlite3
Db - Wrapper type around
*mut sqlite3
, to seal the pointer from extern usage. - Sqlite3
File - Wrapper type around
*mut sqlite3_file
, to seal the pointer from extern usage. - Sqlite3
Wal - SQLite3 wal implementation
- Sqlite3
WalManager - SQLite3 default wal_manager implementation.
- Vfs
- Wrapper type around
*mut sqlite3_vfs
, to seal the pointer from extern usage.
Enums§
Traits§
Functions§
- make_
wal_ manager - Turn a
WalManager
into alibsql_wal_manager
. The caller is responsible for deallocatinglibsql_wal_manager.pData