Open sidferreira opened 3 years ago
Keen to look into this @sidferreira!
AsyncStorage is not built for performance, it's built for simplicity, so there's not going to be many cases where it's gonna win with WatermelonDB - maybe at very low end needs, where Watermelon's overhead and complexity show up. It would be much more interesting to also include, say, Realm, or RxDB as a point of comparison
@radex I'm aware, but there are specific reasons I wanna compare to AsyncStorage. Also I don't use/have experience with any of the others :)
@radex I did some comparison here where I compare Firebase, AWS Amplify, RxDB, PouchDB and WatermelonDB: https://github.com/pubkey/client-side-databases But it only compares to WatermelonDB with LokiJS, not with SQLite, because there I only compare browser based solutions.
@pubkey Nice! Thanks for sharing this :) I'm particularly stoked that this is a web comparison, since WatermelonDB gained some traction in React Native community but its web support seems very niche (I'm not even sure there are production deployments other than my Nozbe Teams)
Folks, this is not an issue but an idea I just had. Database and SQL are not my top skillset, so, anyone who can help me to think about ways we can compare these two options will be welcome. I believe we need to compare things like:
If you think you have what it takes to do this test, feel free to take it over. If you have the knowledge but not the time, please share and I'll try to do it.