@melandlabs/storage
v0.3.0
Published
OpenContext · storage module
Readme
storage (workspace)
Workspace package. Internal monorepo build artifact; not published to npm. End users install
@melandlabs/opencontext(the facade) instead. Monorepo contributors depend on this package via the workspace protocol.
Storage abstraction with first-class adapters for the local filesystem and Vercel Blob. Lets the rest of the OpenContext stack stay agnostic of where bytes actually live.
Installation
pnpm add @melandlabs/opencontextSubpath Exports
storage— Default local filesystem providerstorage/provider— Provider interfacestorage/local— Local filesystem implementationstorage/memory— In-memory implementation (testing)storage/adapters— Re-export of all adaptersstorage/adapters/local-fs— Local filesystem adapterstorage/adapters/vercel-blob— Vercel Blob adapter
Peer Dependencies
None. @vercel/blob is bundled as a regular dependency for the Vercel Blob
adapter.
