pub fn postgresql_config( host: &str, port: u16, database: &str, username: &str, password: &str, ) -> DatabaseConfig
Create a PostgreSQL database configuration