idb-kv-store
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "idb-kv-store", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Persistent key-value store for web browsers backed by IndexDB", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ # idb-kv-store [](https://travis-ci.org/xuset/idb-kv-store) [](https://npmjs.org/package/idb-kv-store) | ||
[](https://saucelabs.com/u/xuset) | ||
[](https://saucelabs.com/u/xuset-idb-kv) | ||
@@ -8,0 +8,0 @@ idb-kv-store uses asynchronous get/set operations to persist everything in IndexDB. Sometimes IndexDB is needed over something like localStorage due to storage size constraints or simply, localStorage is not available within web workers. Since IndexDB presents a complex api, storing simple key-value pairs can be complicated which this project greatly simplifies. Since everything is persisted to IndexDB, the data you store is available across multiple web sessions and within web workers. |
17568