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

https://github.com/jakearchibald/idb is a nice low-level wrapper for IndexDB that promisifies the API without much performance overhead.
This is less serious a recommendation but https://github.com/npiesco/absurder-sql.