Local Database Replay Fixtures
SQLite, SQL, MessagePack, and JSON fixtures for offline replay, support debugging, and embedded-database validation.
3
Why This Workflow Matters
6
Files
Use workflow pages to move from a job to the exact fixtures, packs, and supporting references.
Why This Workflow Matters
About This Workflow
- Covers embedded sqlite databases, SQL seed scripts, and binary cache/session payloads used alongside local replay workflows.
- Useful for reproducing support incidents, validating local import logic, and exercising offline analysis tools.
- Anchored to cache-serialization and warehouse packs so replay suites can start from one bundle.
Recommended Packs
Fixture Packs
Cache Serialization Fixture Pack
Warehouse Import Fixture Pack
SQL Database Seed Pack
Fixture Matrices
Fixture Matrices
SQLite Local Database Fixture Matrix
SQL Database Fixture Matrix
MessagePack Cache Fixture Matrix
Suggested Fixtures
Files
| Filename | Format | Size | Actions |
|---|---|---|---|
|
sqlite_local_replay_sample.sqlite
|
SQLITE | 16.0 KB | |
|
sqlite_batch_ingestion_sample.sqlite
|
SQLITE | 12.0 KB | |
|
sql_seed_data_sample.sql
|
SQL | 253 B | |
|
msgpack_nested_session_sample.msgpack
|
MSGPACK | 108 B | |
|
msgpack_cache_payload_sample.msgpack
|
MSGPACK | 130 B | |
|
json_nested_api_payload_sample.json
|
JSON | 423 B |
Related Strategy Pages