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-3.fc35 | - |
Fedora 35 | 4.10.1-3.fc35 | - |
Fedora 34 | 4.10.1-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-jackc-pgx dash maintainers at fedoraproject dot org
.