Matriz de fixtures SQL para base de datos
Elige fixtures SQL para migraciones, seeds de datos, reporting y scripts de rollback.
7
Filas de fixtures
4
Como usar esta matriz
Use the matrix when the validation target is a set of variants rather than one canonical sample.
Como usar esta matriz
Coverage
- Cubre migraciones de schema, seed data, consultas de informe y scripts transaccionales.
- Util para inicializacion local de bases y validacion de flujos SQL.
- Anclado al pack SQL y al flujo de siembra de base.
- Anchored to the SQL database seed pack and workflow hub.
Filas de fixtures
Available Variants
| Variante | Perfil | Foco de prueba | Archivo | Tamano | Descargar |
|---|---|---|---|---|---|
|
Schema Migration SQL
Good baseline for migration ordering and DDL application checks.
|
DDL fixture | Schema change validation |
sql_schema_migration_sample.sql
|
188 B | Descargar |
|
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 | Descargar |
|
Reporting Query SQL
Targets reporting pipelines and result-shape validation.
|
Read/query fixture | Reporting and aggregation |
sql_reporting_query_sample.sql
|
167 B | Descargar |
|
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 | Descargar |
|
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 | Descargar |
|
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 | Descargar |
|
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 | Descargar |
Paginas de estrategia relacionadas
Related Packs and Workflows
Packs relacionados
Paquete de fixtures para siembra SQL de base
Flujos relacionados
Fixtures para siembra de bases de datos
Abrir flujoLarge SQL Seeding Fixtures
Abrir flujoPaginas de estrategia relacionadas
Related Pages
Guias del mejor formato
Recomendaciones por caso de uso
Como 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