Download the PHP package natanfelles/codeigniter-db without Composer
On this page you can find all versions of the php package natanfelles/codeigniter-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download natanfelles/codeigniter-db
More information about natanfelles/codeigniter-db
Files in natanfelles/codeigniter-db
Download natanfelles/codeigniter-db
More information about natanfelles/codeigniter-db
Files in natanfelles/codeigniter-db
Vendor natanfelles
Package codeigniter-db
Short Description Database Commands for CodeIgniter 4
License MIT
Homepage https://github.com/natanfelles/codeigniter-db
Package codeigniter-db
Short Description Database Commands for CodeIgniter 4
License MIT
Homepage https://github.com/natanfelles/codeigniter-db
Please rate this library. Is it a good library?
Informations about the package codeigniter-db
Installation
Installation is best done via Composer. Assuming Composer is installed globally, you may use the following command:
composer require natanfelles/codeigniter-db
Database Commands for CodeIgniter 4
Adds the following commands to the Database group:
Command | Description |
---|---|
db:create | Creates a database |
db:delete | Deletes a database |
db:delete_table | Deletes a database table |
db:list | Lists databases |
db:query | Executes a SQL query |
db:show | Shows databases information |
db:show_table | Shows a database table structure |
Preview
Configuration
Map the NatanFelles\CodeIgniter\DB
namespace to the src folder of this project.
For example:
Open the app/Config/Autoload.php file and add a $psr4
index like this:
Contribute
Any contribution related to bugs or improvements of this project will be very well accepted.
If you can, consider a donation:
All versions of codeigniter-db with dependencies
PHP Build Version
Package Version
No informations.
The package natanfelles/codeigniter-db contains the following files
Loading the files please wait ....