Module libsql_sys::wal

source ·

Modules§

Structs§

  • Wrapper type around *mut sqlite3, to seal the pointer from extern usage.
  • Wrapper type around *mut sqlite3_file, to seal the pointer from extern usage.
  • SQLite3 wal implementation
  • SQLite3 default wal_manager implementation.
  • Wrapper type around *mut sqlite3_vfs, to seal the pointer from extern usage.

Enums§

Traits§

Functions§

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

Type Aliases§