{"id":14987351,"url":"https://github.com/natanfelles/codeigniter-db","last_synced_at":"2025-04-12T00:15:26.732Z","repository":{"id":57024017,"uuid":"156709650","full_name":"natanfelles/codeigniter-db","owner":"natanfelles","description":"Database Commands for CodeIgniter 4","archived":false,"fork":false,"pushed_at":"2020-06-02T18:05:16.000Z","size":114,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T19:53:40.433Z","etag":null,"topics":["cli","codeigniter","codeigniter4","command-line","database","mariadb","mysql","spark"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/natanfelles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-08T13:16:24.000Z","updated_at":"2024-03-23T20:30:04.000Z","dependencies_parsed_at":"2022-08-23T14:20:59.566Z","dependency_job_id":null,"html_url":"https://github.com/natanfelles/codeigniter-db","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfelles%2Fcodeigniter-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfelles%2Fcodeigniter-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfelles%2Fcodeigniter-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natanfelles%2Fcodeigniter-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natanfelles","download_url":"https://codeload.github.com/natanfelles/codeigniter-db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142524,"owners_count":21054665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","codeigniter","codeigniter4","command-line","database","mariadb","mysql","spark"],"created_at":"2024-09-24T14:14:29.440Z","updated_at":"2025-04-12T00:15:26.702Z","avatar_url":"https://github.com/natanfelles.png","language":"PHP","readme":"# Installation\nInstallation is best done via Composer. Assuming Composer is installed globally, you may use the following command:\n\n\u003e composer require natanfelles/codeigniter-db\n\n# Database Commands for CodeIgniter 4\n\nAdds the following commands to the *Database* group:\n\n Command        | Description\n--------------- | --------------------------------\ndb:create       | Creates a database\ndb:delete       | Deletes a database\ndb:delete_table | Deletes a database table\ndb:list         | Lists databases\ndb:query        | Executes a SQL query\ndb:show         | Shows databases information\ndb:show_table   | Shows a database table structure\n\n### Preview\n\n![Image of Database Commands for CodeIgniter 4](https://natanfelles.github.io/assets/img_posts/codeigniter-db.png)\n\n### Configuration\n\nMap the `NatanFelles\\CodeIgniter\\DB` namespace to the *src* folder of this project.\n\nFor example:\n\nOpen the *app/Config/Autoload.php* file and add a `$psr4` index like this:\n\n```php\n$psr4['NatanFelles\\CodeIgniter\\DB'] = ROOTPATH . 'codeigniter-db/src';\n```\n\n### Contribute\n\nAny contribution related to bugs or improvements of this project will be very well accepted.\n\nIf you can, consider a donation:\n\n[![Paypal donation](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=2EYQMLYN8GSU6)\n","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=2EYQMLYN8GSU6"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatanfelles%2Fcodeigniter-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatanfelles%2Fcodeigniter-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatanfelles%2Fcodeigniter-db/lists"}