typicode / lowdb

Simple and fast JSON database
MIT License
21.3k stars 918 forks source link

Compare the advantages of localForage #587

Closed captainIT closed 7 months ago

captainIT commented 7 months ago

https://github.com/localForage/localForage

typicode commented 7 months ago

This is not really an issue. I would say API is different so you may prefer one or the other. Lowdb stores to JSON file. And uses localStorage only.

I would suggest trying both to find which one you prefer or performs better for your case.