I typically use SQLIte's json support.
Mobile App connecting to cosmos DB: local database options?
Bubba Jones
211
Reputation points
I am currently developing a mobile app (MAUI + Blazor Hybrid) that connects to cosmos db via azure functions. I will need to store some of that cosmos data locally within the app itself. Typically one would use SQL Lite, but since cosmos uses a container based NoSQL format this would not be a straightforward conversion to SQL Lite which uses a relational model.
Is there a container based / NoSQL database format one can use for storing data on a mobile app?