Jackc/pgx

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

A PostgreSQL low-level, high performance driver and toolkit that exposes PostgreSQL-specific features such as LISTEN/NOTIFY and COPY. It also includes an adapter for the standard database/sql package, but using database/sql is optional. jackc/pgx is recommended when the application only targets PostgreSQL.