Database Seeding Fixtures
SQL fixtures for schema migrations, seed data, reporting queries, and transaction/rollback workflows.
4
Why This Workflow Matters
5
Files
Use workflow pages to move from a job to the exact fixtures, packs, and supporting references.
Why This Workflow Matters
About This Workflow
- Covers migration DDL, insert-heavy seed files, reporting SQL, and rollback/savepoint patterns.
- Useful for migration pipelines, fixture loading, and database regression suites.
- Includes real larger SQL files for timeout, seed replay, and bulk-apply tests where file size actually matters.
- Anchored to a seed pack so database tests can start from one download.
Recommended Packs
Fixture Packs
SQL Database Seed Pack
Fixture Matrices
Fixture Matrices
SQL Database Fixture Matrix
Suggested Fixtures
Files
| Filename | Format | Size | Actions |
|---|---|---|---|
|
sql_schema_migration_sample.sql
|
SQL | 188 B | |
|
sql_seed_data_sample.sql
|
SQL | 253 B | |
|
sql_reporting_query_sample.sql
|
SQL | 167 B | |
|
sql_transaction_rollback_sample.sql
|
SQL | 187 B | |
|
sql_sample_file_100MB.sql
|
SQL | 100.0 MB |
Related Strategy Pages