UNPKG

fp-ts-indexeddb

Version:

Simple FP-TS based wrapper around indexedDB

26 lines (19 loc) 621 B
# fp-ts-indexeddb **fp-ts-indexeddb is a simple functional wrapper around the underlying IndexedDB API utilizing FP-TS.** ![license](https://img.shields.io/npm/l/fp-ts-indexeddb) ![npm](https://img.shields.io/npm/v/fp-ts-indexeddb) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/fp-ts-indexeddb) 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