Y
Hacker News
new
|
ask
|
show
|
jobs
by
adverbly
6 days ago
Any good resources or wrappers for indexedDB people would recommend? The API seems kinda unapproachable compared to other data stores.
https://github.com/tinyplex/tinybase
seems kinda good maybe?
3 comments
artman
6 days ago
https://github.com/jakearchibald/idb
is a nice low-level wrapper for IndexDB that promisifies the API without much performance overhead.
link
edward28
6 days ago
This is less serious a recommendation but
https://github.com/npiesco/absurder-sql
.
link
herpdyderp
6 days ago
https://www.npmjs.com/package/localforage
link