Expand description
SQLite embedded StoragePort for durable single-process Photon.
Wire with PhotonBuilder::storage_port
after SqliteStoragePort::from_env or SqliteStoragePort::open.
Structs§
- Sqlite
Storage Port - Embedded
SQLitestorage for thesqliteadapter tier.
Constants§
- PATH_
ENV - Environment variable for the
SQLitedatabase file path.
Functions§
- sqlite_
path_ from_ env - Resolve database path from
PATH_ENV, or a unique file under the system temp dir.