PostgreSQL driver and toolkit for Go
Pgx is a pure Go driver and toolkit for PostgreSQL. pgx is different from other drivers such as pq because, while it can operate as a database/sql compatible driver, pgx is also usable directly. It offers a native interface similar to database/sql that offers better performance and more features. This package provides symbolic links that alias the following Go import paths to github.com/jackc/pgx: – github.com/jackc/pgx/v4 Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly github.com/jackc/pgx.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 4.10.1-6.fc38 | - |
Fedora 38 | 4.10.1-6.fc38 | - |
Fedora 37 | 4.10.1-5.fc37 | - |
You can contact the maintainers of this package via email at
golang-github-jackc-pgx dash maintainers at fedoraproject dot org
.