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 MAUI workload installed
- Familiarity with C# and .NET
- Basic knowledge of SQL and relational databases