Skip to main content

sqlite_store_with_table

Function sqlite_store_with_table 

Source
pub fn sqlite_store_with_table<'conn>(
    conn: &'conn Connection,
    app_name: &str,
    table_name: &str,
) -> SqliteConfigStore<'conn>