Embedded schema migration package for Go
Les fonctionnalités principales de adlio/schema sont : Database Migration Tools, Database Tools, Schema Migration Tools.
Les alternatives open-source à adlio/schema incluent : khezen/avro — Apache AVRO for go. gobuffalo/pop — A Tasty Treat For All Your Database Needs. golang-migrate/migrate — This project is a command-line utility designed to manage database schema versioning and automate incremental schema… guiabolso/darwin — Database schema evolution library for Go. go-gormigrate/gormigrate — Minimalistic database migration helper for Gorm ORM. lopezator/migrator — Dead simple Go database migration library.
A Tasty Treat For All Your Database Needs
This project is a command-line utility designed to manage database schema versioning and automate incremental schema updates. It functions as a version control system for database structures, ensuring consistency across environments by tracking applied migrations in a dedicated metadata table and executing scripts in a sequential, reliable manner. The tool distinguishes itself through a driver-based abstraction layer that supports a wide range of database engines, including various SQL and distributed cloud databases. It provides robust concurrency control through advisory locking, which prev
Minimalistic database migration helper for Gorm ORM