Skip to content

jollytoad/deno_storage_modules

Repository files navigation

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 swappable interface via an import map, or registered a delegate for a top-level key segment.

See the main package README for more details.

About

Pluggable Storage Modules

Topics

Resources

License

Stars

Watchers

Forks