open_postgres

Function open_postgres 

Source
pub fn open_postgres(connection_string: &str) -> Result<Connection, String>
Expand description

Open a PostgreSQL database connection Format: “postgres://user:password@host:port/database”