Skip to main content

Module store_sqlite

Module store_sqlite 

Source
Expand description

SQLite-backed FactStore implementation.

All DateTime<Utc> values are stored as RFC 3339 strings. UUIDs are stored as TEXT. entity_refs is a JSON array of UUID strings. metadata is a JSON object string (or "null" when empty).

Structs§

SqliteFactStore

Constants§

FACT_STORE_DDL