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.
- incremental_
vacuum π - 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>
.