@medicine-wheel/storage-provider
v0.5.8
Published
Abstract storage layer for Medicine Wheel data with JSONL and Neon backends, plus a future Redis path.
Downloads
2,039
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();