Skip to content

openHistoryStore

openHistoryStore(dbPath, options?): HistoryStore | null

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/history/historyStore.ts:630

Fail-soft open of the history store. Returns null (never throws) when the DB can’t be opened or, for read-only callers (create: false, the default), when the file does not yet exist.

string

OpenHistoryStoreOptions = {}

HistoryStore | null