Module wal

Module wal 

Source

Modules§

either
wrapper

Structs§

Error
PageHeaders
Sqlite3Db
Wrapper type around *mut sqlite3, to seal the pointer from extern usage.
Sqlite3File
Wrapper type around *mut sqlite3_file, to seal the pointer from extern usage.
Sqlite3Wal
SQLite3 wal implementation
Sqlite3WalManager
SQLite3 default wal_manager implementation.
Vfs
Wrapper type around *mut sqlite3_vfs, to seal the pointer from extern usage.

Enums§

CheckpointMode

Traits§

BusyHandler
CheckpointCallback
UndoHandler
Wal
WalManager

Functions§

make_wal_manager
Turn a WalManager into a libsql_wal_manager. The caller is responsible for deallocating libsql_wal_manager.pData

Type Aliases§

Result