0.2.0 • Published 4 months ago

fp-ts-indexeddb v0.2.0

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

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
0.2.0

4 months ago

0.1.5

2 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago