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