pub type DatabaseRow = SqliteRow;
A single row from the SQLite database.
struct DatabaseRow { /* private fields */ }