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: about 2 months ago
JSON representation

Pluggable Storage Modules

Awesome Lists containing this project

README

        

# Pluggable Storage Modules

NOTE: This is an experimental library.

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

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