iso-kv
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

iso-kv NPM Version License iso-kv

iso-kv 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

/iso-kv/

    Package Sidebar

    Install

    npm i iso-kv

    Weekly Downloads

    1,602

    Version

    3.0.3

    License

    MIT

    Unpacked Size

    40.2 kB

    Total Files

    26

    Last publish

    Collaborators

    • hugomrdias