Jackc/pgx: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=External=
=External=
* https://github.com/jackc/pgx
* https://github.com/jackc/pgx
* https://github.com/jackc/pgx/wiki/Getting-started-with-pgx
* https://www.youtube.com/watch?v=sXMSWhcHCf8
* https://www.youtube.com/watch?v=sXMSWhcHCf8



Revision as of 21:42, 21 May 2024

External

Internal

Overview

jackc/pgx is 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. It understands PostgreSQL data types. jackc/pgx is recommended when the application only targets PostgreSQL.

Database Operations

Open a Connection