@medicine-wheel/storage-provider
v0.15.6
Published
Abstract storage layer for Medicine Wheel data with JSONL and Neon backends, plus a future Redis path.
Downloads
2,747
Readme
@medicine-wheel/storage-provider
Abstract storage layer for Medicine Wheel data with JSONL and Neon backends, plus a future Redis path.
[!WARNING] Experimental alpha. Part of the Medicine Wheel Developer Suite, which is under active development. APIs change between patch versions and all packages move in lockstep — pin exact versions. See ALPHA.md.
Install
npm install @medicine-wheel/storage-providerUsage
import { createProvider } from '@medicine-wheel/storage-provider';
const store = await createProvider();