pq VS sqlx

Compare pq vs sqlx and see what are their differences.

pq

Pure Go Postgres driver for database/sql (by lib)

sqlx

general purpose extensions to golang's database/sql (by jmoiron)
Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarLint - Clean code begins in your IDE with SonarLint
  • SaaSHub - Software Alternatives and Reviews
pq sqlx
27 62
7,939 13,447
1.3% -
6.7 0.0
1 day ago 4 days ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pq

Posts with mentions or reviews of pq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-31.

sqlx

Posts with mentions or reviews of sqlx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.

What are some alternatives?

When comparing pq and sqlx you can also consider the following projects:

pgx - PostgreSQL driver and toolkit for Go

sqlc - Generate type-safe code from SQL

Squirrel - Fluent SQL generation for golang

gomock - GoMock is a mocking framework for the Go programming language.

go-sql-driver/mysql - Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package

SQLBoiler - Generate a Go ORM tailored to your database schema.

ent - An entity framework for Go

migrate - Database migrations. CLI and Golang library.

go-pg - Golang ORM with focus on PostgreSQL features and performance

go-sqlite3 - sqlite3 driver for go using database/sql