Matriz de fixtures SQL para banco de dados
Escolha fixtures SQL para migracoes, seeds de dados, reporting e scripts de rollback.
7
Linhas 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
- Cobre migracoes de schema, seed data, consultas de relatorio e scripts transacionais.
- Util para inicializacao local de banco e validacao de workflows SQL.
- Ancorado no pack SQL e no workflow de seed de banco.
- Anchored to the SQL database seed pack and workflow hub.
Linhas de fixtures
Available Variants
| Variante | Perfil | Foco do teste | Arquivo | Tamanho | Baixar |
|---|---|---|---|---|---|
|
Schema Migration SQL
Good baseline for migration ordering and DDL application checks.
|
DDL fixture | Schema change validation |
sql_schema_migration_sample.sql
|
188 B | Baixar |
|
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 | Baixar |
|
Reporting Query SQL
Targets reporting pipelines and result-shape validation.
|
Read/query fixture | Reporting and aggregation |
sql_reporting_query_sample.sql
|
167 B | Baixar |
|
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 | Baixar |
|
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 | Baixar |
|
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 | Baixar |
|
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 | Baixar |
Paginas de estrategia relacionadas
Related Packs and Workflows
Pacotes relacionados
Pacote de fixtures para seed SQL de banco
Fluxos relacionados
Fixtures para seed de banco de dados
Abrir fluxoLarge SQL Seeding Fixtures
Abrir fluxoPaginas de estrategia relacionadas
Related Pages
Guias de melhor formato
Guias por caso de uso
Guias de conversao
How to Convert CSV to SQL
How to Convert SQL to CSV
How to Convert SQL to YAML
How to Convert YAML to SQL