# README
PostgreSQL adapter for upper.io/db
Please read the full docs, acknowledgements and examples at https://upper.io/db.v3/postgresql
# Functions
New wraps a regular *sql.DB session and creates a new upper-db session backed by it.
NewTx wraps a regular *sql.Tx transaction and returns a new upper-db transaction backed by it.
Open opens a new connection with the PostgreSQL server.
ParseURL parses the given DSN into a ConnectionURL struct.
# Constants
Adapter is the unique name that you can use to refer to this adapter.
# Structs
ConnectionURL represents a parsed PostgreSQL connection URL.