A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Generally it’s a bad practice to expose a cloud database to mobile apps. You should have a website that exposes an api to access the database. You Maui app should call the api. As suggested, you also need to decide how to handle internet off-line as mobile mobile apps commonly have unreliable internet access