go-mysql
MySQL client
A Go library for handling MySQL network protocol and replication.
a powerful mysql toolset with Go
5k stars
159 watching
987 forks
Language: Go
last commit: 7 days ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
golang-migrate/migrate | Database migration tool written in Go that reads and applies migrations to various databases. | 15,494 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,546 |
rubenv/sql-migrate | Tools and scripts for managing changes to a relational database schema in a Go application. | 3,235 |
graph-gophers/graphql-go | A GraphQL library for Go with support for easy use and multiple features. | 4,652 |
2tvenom/myreplication | A client library for MySQL binary log replication protocol | 193 |
xxjwxc/gormt | Automates conversion of MySQL database to Go structs using GORM | 2,359 |
google/go-github | A Go library for interacting with the GitHub API v3 | 10,446 |
pressly/goose | A tool for managing database schema changes in multiple databases. | 7,120 |
mysql/mysql-server | A database management system written in C++ that supports various data storage and retrieval operations. | 10,879 |
amacneil/dbmate | A lightweight framework-agnostic database migration tool | 5,477 |
lib/pq | A Go driver for connecting to Postgres databases using the standard database/sql package | 9,127 |
puerkitobio/goquery | A library that provides an HTML-parsing and manipulation interface in Go. | 14,065 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,763 |
go-kit/kit | A toolkit for building microservices in Go | 26,621 |
mongodb/mongo-go-driver | A Golang driver that provides a connection to MongoDB databases | 8,168 |