package
3.3.1+incompatible
Repository: https://github.com/pengsrc/upper-db.git
Documentation: pkg.go.dev

# README

PostgreSQL adapter for upper.io/db

Please read the full docs, acknowledgements and examples at https://upper.io/db.v3/postgresql

# Functions

DecodeJSONB decodes a JSON byte stream into the passed dst value.
EncodeJSONB takes an interface and provides a driver.Value that can be stored as a JSONB column.
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.
Type JSONB represents a PostgreSQL's JSONB value.

# Type aliases

Type BoolArray is an alias for pq.BoolArray.
Type Float64Array is an alias for pq.Float64Array.
Type GenericArray is an alias for pq.GenericArray.
Type Int64Array is an alias for pq.Int64Array.
No description provided by the author
No description provided by the author
Type StringArray is an alias for pq.StringArray.