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
- Host: GitHub
- URL: https://github.com/jollytoad/deno_storage_modules
- Owner: jollytoad
- License: mit
- Created: 2023-04-17T13:42:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T07:41:58.000Z (10 months ago)
- Last Synced: 2024-07-12T09:02:00.045Z (10 months 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
# 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.