Maui Sqlite Database

Add SQLite local database storage to .NET MAUI apps using sqlite-net-pcl. Covers data models with ORM attributes, async database service with lazy init, DI registration, WAL mode, and file management. Works with any UI pattern (XAML/MVVM, C# Markup, MauiReactor). USE FOR: "SQLite database", "local database", "sqlite-net-pcl", "offline storage", "CRUD database", "database service", "WAL mode", "CreateTableAsync", "local data persistence", "ORM attributes". DO NOT USE FOR: REST API data fetching (use maui-rest-api), secure credential storage (use maui-secure-storage), or file picking (use maui-file-handling).

davidortinau b87d19a 2 files · 9.6 KB Updated

File contents

davidortinau/maui-skills/tree/main/plugins/maui-skills/skills/maui-sqlite-database commit b87d19ac5b

Frequently asked questions

npx skillmds@latest add davidortinau/maui-sqlite-database