@dev-bench/docstore
v0.2.1
Published
Interface package for a transactional document store backed by an arbitrary storage layer. Concrete implementations live elsewhere (e.g. `@dev-bench/gitapp` for the git-backed version).
Downloads
213
Readme
@dev-bench/docstore
Interface package for a transactional document store backed by an arbitrary
storage layer. Concrete implementations live elsewhere (e.g.
@dev-bench/gitapp for the git-backed version).
Install
pnpm add @dev-bench/docstoreUsage
import type { DocStore, Mutation } from "@dev-bench/docstore";Or pin the v1 API explicitly:
import type { DocStore } from "@dev-bench/docstore/apis/v1";