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.
Parameters
Section titled “Parameters”dbPath
Section titled “dbPath”string
options?
Section titled “options?”Returns
Section titled “Returns”HistoryStore | null