1 Repo
Mechanisms for linking programmatic logic or configuration to a specific version by scanning the filesystem.
Distinct from Directory-Based Version Resolution: Distinct from general version resolution by focusing specifically on mapping source files to migration steps.
Explore 1 awesome GitHub repository matching software engineering & architecture · Source File Mapping. Refine with filters or upvote what's useful.
This project is a database version control system and schema evolution manager designed to track and apply incremental changes to database structures. It serves as a tool for versioning SQL database migrations using both programmatic PHP classes and SQL scripts. The system is designed specifically for integration with the Doctrine Object Relational Mapper for PHP, allowing database schemas to evolve incrementally without data loss through reversible migration steps. It covers capabilities for automated database migrations, environment synchronization, and schema versioning. These features fa
Maps PHP migration classes to specific database version steps by scanning designated directories.