DEV Community

Discussion on: Which Database should you choose for Your React Native Application?

Collapse
 
pubkey profile image
Daniel M

You should try out RxDB which is built on top of pouchdb and has a lot of great features for UI-based applications. For example you can subscribe to queries and even single fields of documents and then live-update the UI if something changes. Also encryption is possible.

github.com/pubkey/rxdb