SQLITE use case
SQLITE Sample File for Schema Migration and Replay
Exercise SQLite schema migration review, local replay, and batch-ingestion handoff behavior with real evolving-schema and replay-oriented fixtures.
20.0 KB
Manifest JSON
SHA256
Starter file
Download
sqlite_schema_evolution_sample.sqlite
Checklist
Testing Steps
- Compare schema review and replay behavior between local-replay, schema-evolution, and batch-ingestion SQLite files.
- Validate migration visibility, table changes, and replay safety before changing SQLite handoff or sync behavior.
- Check whether broader SQLite fixtures remain stable across browser downloads and local database-tool workflows.
Companion fixtures
Related Variants
Next steps