A library to create and manipulate SQL database schemas with migrations support
The main features of budu/lobos are: Database Migrations.
Open-source alternatives to budu/lobos include: davedevelopment/phpmig — Simple migrations system for php. emvi/gondolier. go-gormigrate/gormigrate — Minimalistic database migration helper for Gorm ORM. 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… cakephp/phinx — Phinx is a PHP database migration and versioning tool used to track and deploy structural changes to database schemas…
Minimalistic database migration helper for Gorm ORM
Phinx is a PHP database migration and versioning tool used to track and deploy structural changes to database schemas across different environments. It functions as a version control system for databases, allowing structural modifications to be defined and managed through PHP code. The tool provides mechanisms for database schema versioning and rollback, enabling users to undo previously applied migrations and restore a database to a specific previous state. Additionally, it includes a database seeder for populating tables with initial baseline records or dummy data. The system operates as a