I typically use SQLIte's json support.
Mobile App connecting to cosmos DB: local database options?
Bubba Jones
216
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?
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,906 questions
Developer technologies | .NET | .NET MAUI
4,159 questions
Accepted answer
-
Bruce (SqlWork.com) 77,926 Reputation points Volunteer Moderator
2022-06-28T15:40:00.443+00:00