fp-ts-indexeddb is a simple functional wrapper around the underlying IndexedDB API utilizing FP-TS.
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
.
npm install fp-ts-indexeddb
- open
- insert
- put
- get
- getAll
- remove
- clearStore