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
- Host: GitHub
- URL: https://github.com/jollytoad/deno_storage_modules
- Owner: jollytoad
- License: mit
- Created: 2023-04-17T13:42:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T07:41:58.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T09:02:00.045Z (almost 2 years ago)
- Topics: deno, kv-store, modules, storage-api, typescript
- Language: TypeScript
- Homepage: https://jsr.io/@jollytoad/store
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.