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
- Host: GitHub
- URL: https://github.com/arxcode40/codeigniter3-seeder
- Owner: arxcode40
- License: mit
- Created: 2024-11-01T15:21:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T00:50:45.000Z (6 months ago)
- Last Synced: 2025-02-13T14:19:36.339Z (3 months ago)
- Topics: codeigniter, codeigniter-seed, codeigniter3, seeder
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.