Skip to main content
Version: Current

Database technology - FAQs

Frequently asked questions

My write operations are not hitting the database


When using the RxJava api, it is paramount that you end the call chain with a subscribe... call. The underlying database operation will not commence until it is subscribed to.