1 Repo
Executing SQL queries and managing database schema through migrations and seeding.
Distinct from Database Query Execution: Distinct from Database Query Execution: adds schema management via migrations and seeding alongside query execution.
Explore 1 awesome GitHub repository matching data & databases · Schema-Managed Querying. 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
Executes SQL queries, builds queries programmatically, and manages database schema through migrations and seeding.