sqlx VS go-sql-driver/mysql

Compare sqlx vs go-sql-driver/mysql and see what are their differences.

sqlx

general purpose extensions to golang's database/sql (by jmoiron)

go-sql-driver/mysql

Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package (by go-sql-driver)
Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
sqlx go-sql-driver/mysql
62 18
13,447 13,144
- 1.1%
0.0 5.9
4 days ago 7 days ago
Go Go
MIT License Mozilla Public License 2.0
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.

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.

go-sql-driver/mysql

Posts with mentions or reviews of go-sql-driver/mysql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-23.

What are some alternatives?

When comparing sqlx and go-sql-driver/mysql you can also consider the following projects:

pgx - PostgreSQL driver and toolkit for Go

sqlc - Generate type-safe code from SQL

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

Squirrel - Fluent SQL generation for golang

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

ent - An entity framework for Go

pq - Pure Go Postgres driver for database/sql

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

fastlz - Wrap over FastLz for GoLang