Module spin_sdk.postgres

Module for interacting with a Postgres database

Functions

def open(connection_string: str) ‑> Connection

Open a connection with a Postgres database.

The connection_string is the Postgres URL connection string.

A Err(Error_ConnectionFailed(str)) when a connection fails.

A Err(Error_Other(str)) when some other error occurs.