I typically use SQLIte's json support.
Mobile App connecting to cosmos DB: local database options?
asked 2022-06-28T10:45:35.83+00:00

Bubba Jones
151
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?
Accepted answer
-
answered
2022-06-28T15:40:00.443+00:00 Bruce (SqlWork.com) 27,936 Reputation points