Expand description
Β§SQLite wrapper.
ModulesΒ§
- migrations π
- Migrations module.
- pool π
- SQLite connection pool.
StructsΒ§
- Sql
- A wrapper around the underlying Sqlite3 object.
TraitsΒ§
FunctionsΒ§
- housekeeping
- 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.
- prune_
tombstones π - Removes from the database stale locally deleted messages that also donβt have a server UID.
- remove_
unused_ files - Enumerates used files in the blobdir and removes unused ones.
- row_
get_ vec - Get the value of a column
idx
of therow
asVec<u8>
.