Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
adverbly
3 months ago
|
parent
|
context
|
favorite
| on:
How's Linear so fast? A technical breakdown
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?
artman
3 months ago
|
next
[–]
https://github.com/jakearchibald/idb
is a nice low-level wrapper for IndexDB that promisifies the API without much performance overhead.
edward28
3 months ago
|
prev
|
next
[–]
This is less serious a recommendation but
https://github.com/npiesco/absurder-sql
.
herpdyderp
3 months ago
|
prev
[–]
https://www.npmjs.com/package/localforage
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://github.com/tinyplex/tinybase seems kinda good maybe?