postgresql_config

Function postgresql_config 

Source
pub fn postgresql_config(
    host: &str,
    port: u16,
    database: &str,
    username: &str,
    password: &str,
) -> DatabaseConfig
Expand description

Create a PostgreSQL database configuration