SaaSHub helps you find the best software and product alternatives Learn more →
Pgx Alternatives
Similar projects and alternatives to pgx
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Gin
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better pgx alternative or higher similarity.
pgx discussion
pgx reviews and mentions
Posts with mentions or reviews of pgx.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-12-12.
- PgX – Debug Postgres performance in the context of your application code
- Go is portable, until it isn't
- Redis is fast – I'll cache in Postgres
- Review Qodana static code analysis and SCA/SBOM license audit
-
Migrations with Go & Postgres
Golang migrate tool: golang-migrate PGX - driver for postgres: pgx GoDotEnv - reading .env: godotenv
-
Go zerolog setup with pgx
https://github.com/jackc/pgx/pull/2098 <- say thanks ❤️
-
User authentication in go
pgx - postgreSQL driver and toolkit for Go.
-
Setting up a Database Driver, Repository and Implementation of a transaction function for your Go App
Sometimes, backend developers tend to opt for an ORM library because it provides an abstraction between your app and the database and thus there is little or no need to write raw queries and migrations which is nice. However, if you want to get better at writing queries (SQL for example), you need to learn how to build your repositories without an ORM. To open a database handle, you can either do it directly from the database driver or do it from database/sql with the driver passed into it. I will be opening the connection with database/sql together with pgx which is a driver and toolkit for PostgreSQL. Walk with me.
-
The DDD Hamburger for Go
The infrastructure layer contains the concrete implementation of the repository domain interface ActivityRepository in the struct DbActivityRepository. This repository implementation uses the Postgres driver pgx and plain SQL to store the activity in the database. It uses the database transaction from the context, since the transaction was initiated by the application service.
-
Building RESTful API with Hexagonal Architecture in Go
For building the RESTful Point of Sale service API, I've considered and selected a combination of technologies that would work seamlessly together. For handling HTTP requests and responses, using the Gin HTTP web framework would make sense because I think it seems complete and popular among Go community too. To ensure data integrity and persistence, I'm using PostgreSQL database with pgx as the database driver, the reason I choose PostgreSQL because it is the most popular relational database to use in production and offers efficient Go integration. I'm also implementing caching using Redis with go-redis client library, which provides powerful in-memory data storage capabilities.
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Stats
Basic pgx repo stats
78
13,890
9.2
11 days ago
jackc/pgx is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of pgx is Go.