Skip to main content

Crate code_system_graph_store_sqlite

Crate code_system_graph_store_sqlite 

Source
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§

ManualLinkRecord
Source-free manual link declaration retained with one immutable graph snapshot.
ProviderCapabilityRecord
Source-free capability discovery result for one provider version and repository.
QueryCacheRecord
Bounded source-free cached result for one immutable snapshot and exact request fingerprint.
RestoreReport
Result of restoring a database backup.
SnapshotBatch
Immutable inputs published as one atomic snapshot transaction.
SqliteStore
Embedded SQLite store with transactional snapshot publication.
StoreDiagnostics
Source-free runtime capabilities observed from one open store connection.
StoreLock
Exclusive writer lock represented by a restrictive sidecar file.
StoredNodeSearchHit
One ranked full-text match from the current graph snapshot.
StoredSnapshotSummary
Counts and identity of a published snapshot.
WorkspaceRegistrySummary
Compact persisted workspace registry entry.

Enums§

ManualLinkDisposition
Whether a manual record creates a link or suppresses an automatically inferred link.
StoreError
Error returned by the SQLite adapter.

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.