Documentation
¶
Overview ¶
Package postgres provides a PostgreSQL driver for ncore/data.
This driver uses pgx (github.com/jackc/pgx/v5) as the underlying database/sql driver. It registers itself automatically when imported:
import _ "github.com/ncobase/ncore/data/postgres"
The driver supports standard sql.DB connection pooling and configuration options including max idle connections, max open connections, and connection lifetime.
Click to show internal directories.
Click to hide internal directories.