Skip to main content

postgres_store_with_table

Function postgres_store_with_table 

Source
pub fn postgres_store_with_table<'client>(
    client: &'client mut Client,
    app_name: &str,
    table_name: &str,
) -> PostgresConfigStore<'client>