Skip to content

fp-ts-indexeddb is a simple functional wrapper around the underlying IndexedDB API utilizing FP-TS.

License

Notifications You must be signed in to change notification settings

mblink/fp-ts-indexeddb

Repository files navigation

fp-ts-indexeddb

fp-ts-indexeddb is a simple functional wrapper around the underlying IndexedDB API utilizing FP-TS.

license npm npm bundle size

The API of fp-ts-indexeddb tries its best to respect the naming convention of the underlying IndexedDB and only deviating where necessary to avoid reserved words like delete.

Installation

npm install fp-ts-indexeddb

API Methods:

  • open
  • insert
  • put
  • get
  • getAll
  • remove
  • clearStore

About

fp-ts-indexeddb is a simple functional wrapper around the underlying IndexedDB API utilizing FP-TS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published