DatabaseRow

Type Alias DatabaseRow 

Source
pub type DatabaseRow = SqliteRow;
Expand description

A single row from the SQLite database.

Aliased Typeยง

pub struct DatabaseRow { /* private fields */ }