pub fn open_postgres(connection_string: &str) -> Result<Connection, String>Expand description
Open a PostgreSQL database connection Format: “postgres://user:password@host:port/database”
pub fn open_postgres(connection_string: &str) -> Result<Connection, String>Open a PostgreSQL database connection Format: “postgres://user:password@host:port/database”