#38 Phase 4: FsStore implements Store (move VariableStore to fs) #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
Part of #38 — unified Store type refactor.
Depends on
Phase 3 (core functions use Store)
What
variable-store.tsfromcoretofscreateFsStore()/openStore()returnsStorewith:cas: existing FsStore (SQLite CAS)var: SQLite VarStore (migrated from core)tag: SQLite TagStore (extracted from variable tag tables)variable-store.tsfrom core@ocas/corehas zerobun:sqliteimportsAcceptance
@ocas/coreis pure TypeScript, no runtime deps@ocas/fsexportsopenStore(): Promise<Store>小橘 🍊(NEKO Team)