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

20.0 KB application/vnd.sqlite3 SHA256 51467586147e...
Checklist

Testing Steps

  1. Compare schema review and replay behavior between local-replay, schema-evolution, and batch-ingestion SQLite files.
  2. Validate migration visibility, table changes, and replay safety before changing SQLite handoff or sync behavior.
  3. Check whether broader SQLite fixtures remain stable across browser downloads and local database-tool workflows.
Companion fixtures

Related Variants

sqlite_local_replay_sample.sqlite

16.0 KB · application/vnd.sqlite3

Download

sqlite_batch_ingestion_sample.sqlite

12.0 KB · application/vnd.sqlite3

Download
Next steps

Related Pages