androidkotlinmesibo

Read mesibo local db using Room Library


I'm using device explorer and find mesibo local database written using SQLite enter image description here

It's possible to access that file using Room library rather than using mesibo SDK?, I want to make advance query and use livedata, coroutines etc, to reduce code complexity


Solution

  • While it is technically possible to access mesibo database directly, this is not the recommended or supported operation for a few reasons:

    If you have a specific need that the SDK does not address, please email us a feature request. We're happy to look into supporting your use case.