An open API service indexing awesome lists of open source software.

https://github.com/arxcode40/codeigniter3-seeder

CodeIgniter 3 Database Seeding
https://github.com/arxcode40/codeigniter3-seeder

codeigniter codeigniter-seed codeigniter3 seeder

Last synced: 24 days ago
JSON representation

CodeIgniter 3 Database Seeding

Awesome Lists containing this project

README

        

# CodeIgniter 3 Database Seeding

Database seeding is a simple way to add data into your database. It is especially useful during development where you need to populate the database with sample data that you can develop against, but it is not limited to that. Seeders can contain static data that you don’t want to include in a migration, like countries, or geo-coding tables, event or setting information, and more.