An open API service indexing awesome lists of open source software.

https://github.com/jollytoad/deno_storage_modules

Pluggable Storage Modules
https://github.com/jollytoad/deno_storage_modules

deno kv-store modules storage-api typescript

Last synced: 26 days ago
JSON representation

Pluggable Storage Modules

Awesome Lists containing this project

README

          

# Simple Pluggable Storage Modules

This project provides a simple storage API module across a variety of backends.

Each module here provides the same interface to a hierarchical key -> value
storage mechanism. So they can be imported directly, or as a swappable interface
via an import map, or registered a delegate for a top-level key segment.

See the main package [README](./main/README.md) for more details.