Isomorphic storage client for Supabase.
Simple key-value storage with support for multiple backends
Cloud Storage Client Library for Node.js
Microsoft Azure Storage SDK for JavaScript - Blob
Modern and scalable routing for React applications
The Firebase Firestore compatibility package
This is the Cloud Storage component of the Firebase JS SDK.
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
Callback wrapping utility
@firebase/storage Types
Storage higher order operation
Attach cloud and local files in Rails applications
userland implementation of https://github.com/joyent/node/issues/5243
Web extension storage API provided by WXT, supports all browsers.
Microsoft Azure Storage SDK for JavaScript - Queue
Azure Storage Common Client Library for JavaScript
An open source Azure Storage API compatible server
Wrap native HTTP requests with RFC compliant cache support
Rush plugin for Azure storage cloud build cache
A simple key/value storage using files to persist the data
Local storage implementation
Create a stream that emits events from multiple other streams
Isomorphic Javascript SDK for Supabase
Merge multiple streams into one stream in sequence or parallel.
Byte-level StorageBackend trait for the hadb ecosystem. Trait-only; impls live in separate crates (hadb-storage-s3, hadb-storage-local, hadb-storage-cinch, hadb-storage-mem).
Local filesystem StorageBackend impl for hadb-storage. Rooted at a directory; atomic writes via temp-file + rename; best-effort CAS.
S3-compatible StorageBackend impl for hadb-storage. Works with AWS S3, Tigris, MinIO, Cloudflare R2, Wasabi, etc. CAS via conditional PUT (If-None-Match / If-Match).
In-memory StorageBackend impl for hadb-storage. Primarily for tests and examples.