seeder
- noun
- /ˈsiːdər/
- Specialized
- The Laravel seeder automatically fills the development database with sample users and test accounts.
Examples
-
The deployment script uses a lightweight seeder that inserts default settings when installing the app.
-
Before running the integration tests they wrote a seeder to create realistic product and user records.
-
The seeder filled the database with sample data.
-
Can you create a seeder for the new project?
-
The Laravel seeder automatically fills the development database with sample users and test accounts.
-
Before running the integration tests, they wrote a seeder to create realistic product and user records.
-
The deployment script uses a lightweight seeder that inserts default settings when installing the app.
Compounds
Surface Forms
Morphology
Etymology
Seeder uses the idea of seed as a 'small thing that can grow'. A database seeder 'plants' initial or sample data so an app has something to grow from, and that is why it is called a seeder.