Skip to main content

load_db

Function load_db 

Source
pub fn load_db<C>(connection: Connection) -> Result<Vec<C>, Error>
where C: for<'row, 'stmt> TryFrom<&'row Row<'stmt>, Error = Error>,
Expand description

Load cards from a SQLite connection.