KhalisIncubator / MyPothi

5 stars 1 forks source link

Refactor: LocalDB #97

Closed AkalUstat closed 4 years ago

AkalUstat commented 4 years ago

Motivation

Right now, Realm is not provided the observability and reactivity that other Databases such as Watermelon DB. On top of that, the docs are frustrating to read and overall not a nice experience.

Proposal

Replace Realm with watermelon DB. Its specifically built for RN/React, its built off sqlite, and supports Rxjs observables. Would help make some parts of the main store unecessary (removing bloat).