mysql
Database driver
A MySQL driver library for Go's database/sql package
Go MySQL Driver is a MySQL driver for Go's (golang) database/sql package
15k stars
405 watching
2k forks
Language: Go
last commit: about 2 months ago
Linked from 5 awesome lists
databasegomariadbmysqlmysql-driversql
Related projects:
Repository | Description | Stars |
---|---|---|
apache/cassandra-gocql-driver | A fast and robust Cassandra client for the Go programming language | 2,595 |
go-mysql-org/go-mysql | A toolset for handling MySQL protocol and replication in Go | 4,630 |
mongodb/mongo-go-driver | A Golang driver that provides a connection to MongoDB databases | 8,200 |
data-dog/go-sqlmock | A tool to simulate SQL driver behavior in Go tests without needing a real database connection. | 6,181 |
lib/pq | A Go driver for connecting to Postgres databases using the standard database/sql package | 9,193 |
denisenkom/go-mssqldb | A pure Go driver for Microsoft SQL Server's database/sql package | 1,832 |
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,714 |
mattn/go-sqlite3 | A C-based driver that provides an interface to SQLite databases using the Go language. | 8,093 |
clickhouse/clickhouse-go | A Golang driver for the ClickHouse database system | 2,931 |
jackc/pgx | A high-performance PostgreSQL driver and toolkit for building Go applications | 10,954 |
pressly/goose | A tool for managing changes to a database schema. | 7,307 |
mattn/go-oci8 | Provides a Go driver for connecting to an Oracle database | 632 |
rakyll/go-sql-driver-spanner | Provides a Go driver for interacting with Google Cloud Spanner databases | 89 |
go-mgo/mgo | A MongoDB driver for Go that allows interaction with the MongoDB NoSQL database | 2,735 |
godror/godror | A Go driver for connecting to Oracle Database using the OCI wrapper | 538 |