Matrice de fixtures SQL pour base de donnees
Choisissez des fixtures SQL pour migrations, semis de donnees, reporting et scripts de rollback.
7
Lignes de fixtures
4
Comment utiliser cette matrice
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Comment utiliser cette matrice
Coverage
- Couvre migrations de schema, donnees de seed, requetes de rapport et scripts transactionnels.
- Utile pour initialisation locale de bases et validation de workflows SQL.
- Appuye sur le pack SQL et le workflow de semis de base.
- Anchored to the SQL database seed pack and workflow hub.
Lignes de fixtures
Available Variants
| Variante | Profil | Objectif de test | Fichier | Taille | Telecharger |
|---|---|---|---|---|---|
|
Schema Migration SQL
Good baseline for migration ordering and DDL application checks.
|
DDL fixture | Schema change validation |
sql_schema_migration_sample.sql
|
188 B | Telecharger |
|
Seed Data SQL
Useful for fixture loading, database seeding, and smoke-test data setup.
|
Insert fixture | Seed/import loading |
sql_seed_data_sample.sql
|
253 B | Telecharger |
|
Reporting Query SQL
Targets reporting pipelines and result-shape validation.
|
Read/query fixture | Reporting and aggregation |
sql_reporting_query_sample.sql
|
167 B | Telecharger |
|
Rollback Transaction SQL
Useful for transaction semantics, rollback handling, and migration safety checks.
|
Transactional fixture | Rollback and savepoints |
sql_transaction_rollback_sample.sql
|
187 B | Telecharger |
|
5MB SQL
Good first step when you need a larger SQL file but still want fast feedback on apply and rollback behavior.
|
Size fixture | Mid-size seed replay |
sql_sample_file_5MB.sql
|
5.0 MB | Telecharger |
|
100MB SQL
Targets worker timeouts, database import throughput, and real SQL parser performance at size.
|
Large fixture | Bulk import and apply time |
sql_sample_file_100MB.sql
|
100.0 MB | Telecharger |
|
250MB SQL
Best for rehearsal of large seed loads and database setup paths where file size changes execution behavior.
|
Huge fixture | Long-running seed and replay stress |
sql_sample_file_250MB.sql
|
250.0 MB | Telecharger |
Pages de strategie liees
Related Packs and Workflows
Packs lies
Pack de fixtures pour semis SQL de base
Flux lies
Fixtures pour l initialisation de bases de donnees
Ouvrir le fluxLarge SQL Seeding Fixtures
Ouvrir le fluxPages de strategie liees
Related Pages
Guides du meilleur format
Recommandations par cas d'usage
Comment convertir
How to Convert CSV to SQL
How to Convert SQL to CSV
How to Convert SQL to YAML
How to Convert YAML to SQL