pub fn load_db<C>(connection: Connection) -> Result<Vec<C>, Error>where C: for<'row, 'stmt> TryFrom<&'row Row<'stmt>, Error = Error>,
Load cards from a SQLite connection.