Expand description
SQLite persistence adapter for Code System Graph snapshots.
Durable database files are supported on Unix and Windows because the store requires enforceable owner-only file permissions.
Structs§
- Manual
Link Record - Source-free manual link declaration retained with one immutable graph snapshot.
- Provider
Capability Record - Source-free capability discovery result for one provider version and repository.
- Query
Cache Record - Bounded source-free cached result for one immutable snapshot and exact request fingerprint.
- Restore
Report - Result of restoring a database backup.
- Snapshot
Batch - Immutable inputs published as one atomic snapshot transaction.
- Sqlite
Store - Embedded
SQLitestore with transactional snapshot publication. - Store
Diagnostics - Source-free runtime capabilities observed from one open store connection.
- Store
Lock - Exclusive writer lock represented by a restrictive sidecar file.
- Stored
Node Search Hit - One ranked full-text match from the current graph snapshot.
- Stored
Snapshot Summary - Counts and identity of a published snapshot.
- Workspace
Registry Summary - Compact persisted workspace registry entry.
Enums§
- Manual
Link Disposition - Whether a manual record creates a link or suppresses an automatically inferred link.
- Store
Error - Error returned by the
SQLiteadapter.
Functions§
- latest_
schema_ version - Returns the newest on-disk schema version supported by this binary.
- set_
owner_ only_ file - Returns the current Windows user’s textual security identifier.