Expand description
Modules
- 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.
- Creates a new SQLite connection.
- Removes from the database 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>
.