1 个仓库
Migration runners that discover and execute migration files across multiple registered namespaces or modules in a single run.
Distinct from Migration Execution: Distinct from Migration Execution: focuses on automatically discovering and running migrations from multiple namespaces, not just executing a single set of pending updates.
Explore 1 awesome GitHub repository matching data & databases · Multi-Namespace Migration Executors. Refine with filters or upvote what's useful.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
CodeIgniter discovers migration files across all registered namespaces and executes them together during each migration run.