Expand description
Β§SQLite wrapper.
Modules§
- migrations πMigrations module.
- pool πSQLite connection pool.
Structs§
- A wrapper around the underlying Sqlite3 object.
Traits§
Functions§
- Cleanup the account to restore some storage and optimize the database.
- is_file_in_use π
- maybe_add_file π
- maybe_add_from_param π
- new_connection πCreates a new SQLite connection.
- params_iter π
- prune_tombstones πRemoves from the database stale locally deleted messages that also donβt have a server UID.
- Enumerates used files in the blobdir and removes unused ones.
- Helper function to return comma-separated sequence of
?
chars. - Get the value of a column
idx
of therow
asVec<u8>
.