photon-backend-sqlite
Embedded SQLite StoragePort for durable single-process Photon.
Wiring
let port = open.await?;
builder.storage_port.auto_registry.build?;
Environment
| Variable | Purpose |
|---|---|
PHOTON_SQLITE_PATH |
Database file path (default: temp file per testkit session) |
Validation
Run on AWS only (see infra/aws/sqlite-smoke/README.md):