Store local data with SQLite in a .NET MAUI app
Learn how to store and access data held in SQLite using a .NET MAUI app
Learning objectives
In this module, you will:
- Compare the different data storage options that are available for .NET MAUI applications.
- Store relational data in a SQLite database.
- Interact with your database asynchronously to make sure that your UI remains responsive.
Prerequisites
- Visual Studio 2022 with the .NET MAUI workload
- Optional: Local installations Visual Studio Code, the .NET SDK with .NET MAUI workload, and the .NET MAUI Extension for Visual Studio Code
- Familiarity with C# and .NET
- Basic knowledge of SQL and relational databases