3.0.2 • Published 2 months ago

iso-kv v3.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

iso-kv NPM Version License iso-kv

iso-key is a simple key-value storage with support for multiple backend adapters (web storage, indexeddb, memory, sql, json file, etc)

Features

  • Fully typed
  • TTL (time to live) for keys
  • Multiple backend adapters (web storage, indexeddb, memory, sql, json file, etc)
  • On change hooks
  • Easy to implement new adapters
  • SQL adapter uses kysely
  • Namespaced keys
  • Filtered and ordered listing

Install

pnpm install iso-kv

Docs

Check https://hugomrdias.github.io/iso-repo/modules/iso_kv.html

License

MIT © Hugo Dias

3.0.2

2 months ago

3.0.1

3 months ago

3.0.0

3 months ago

2.0.0

3 months ago

1.0.0

4 months ago

0.2.0

6 months ago

0.1.5

8 months ago