SQLITE use case

SQLITE Sample File for Local Database Preview

Validate SQLite database preview, schema inspection, and local data handling with real batch-ingestion, replay, and schema-evolution SQLite fixtures.

16.0 KB Manifest JSON SHA256
Starter file

Download

sqlite_local_replay_sample.sqlite

16.0 KB application/vnd.sqlite3 SHA256 02e3bb90c4e2...
Checklist

Testing Steps

  1. Compare preview and inspection behavior across batch-ingestion, local-replay, and schema-evolution SQLite files.
  2. Verify table discovery, file naming, and schema visibility before changing SQLite preview or import behavior.
  3. Confirm SQLite downloads preserve stable extension handling and open expectations across clients and desktop tools.
Companion fixtures

Related Variants

sqlite_batch_ingestion_sample.sqlite

12.0 KB · application/vnd.sqlite3

Download

sqlite_schema_evolution_sample.sqlite

20.0 KB · application/vnd.sqlite3

Download
Next steps

Related Pages