Mobile App connecting to cosmos DB: local database options?

Bubba Jones 211 Reputation points
2022-06-28T10:45:35.83+00:00

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,543 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2022-06-28T15:40:00.443+00:00

    I typically use SQLIte's json support.


0 additional answers

Sort by: Most helpful