fp-ts-indexeddb
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i fp-ts-indexeddb

Weekly Downloads

11

Version

0.2.0

License

MIT

Unpacked Size

28.8 kB

Total Files

15

Last publish

Collaborators

  • jdleider