migrate
DB migrator
Database migration tool written in Go that reads and applies migrations to various databases.
Database migrations. CLI and Golang library.
15k stars
86 watching
1k forks
Language: Go
last commit: 9 days ago
Linked from 3 awesome lists
aws-s3cassandradatabasedatabasesgogolanggoogle-cloud-spannergoogle-cloud-storagehacktoberfestmariadbmigrationmigrationsmongodbmysqlneo4jpostgresspannersqlsqlite
Related projects:
Repository | Description | Stars |
---|---|---|
rubenv/sql-migrate | Tools and scripts for managing changes to a relational database schema in a Go application. | 3,235 |
pressly/goose | A tool for managing database schema changes in multiple databases. | 7,120 |
go-mysql-org/go-mysql | A Go library for handling MySQL network protocol and replication. | 4,614 |
amacneil/dbmate | A lightweight framework-agnostic database migration tool | 5,477 |
go-sql-driver/mysql | A MySQL driver library for Go's database/sql package | 14,546 |
robinjoseph08/go-pg-migrations | A tool to help manage migrations for a PostgreSQL database using Go and go-pg. | 84 |
shirou/gopsutil | A Go port of psutil for system information gathering and manipulation on various platforms. | 10,631 |
lawzava/go-pg-migrate | A package for managing PostgreSQL database schema changes | 10 |
volatiletech/sqlboiler | An ORM generator that creates a Go-based data access layer from an existing database schema. | 6,763 |
xxjwxc/gormt | Automates conversion of MySQL database to Go structs using GORM | 2,359 |
mongodb/mongo-go-driver | A Golang driver that provides a connection to MongoDB databases | 8,168 |
go-gormigrate/gormigrate | A minimalistic migration helper for Gorm ORM to support proper schema versioning and migration rollback. | 1,046 |
mattn/go-sqlite3 | A SQLite driver for Go that allows developers to interact with SQLite databases using the standard database/sql interface. | 8,018 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,401 |
lib/pq | A Go driver for connecting to Postgres databases using the standard database/sql package | 9,127 |