From f1e9a8c4408f035cb0afd7e34248dbd1bab0ed56 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Fri, 3 Jan 2025 09:25:53 -0800 Subject: [PATCH] Update database-sqlite.md (#2695) --- docs/data-cloud/database-sqlite.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/data-cloud/database-sqlite.md b/docs/data-cloud/database-sqlite.md index 1653e0ec9..21d576bc7 100644 --- a/docs/data-cloud/database-sqlite.md +++ b/docs/data-cloud/database-sqlite.md @@ -34,16 +34,6 @@ Despite the package name, use the **sqlite-net-pcl** NuGet package in .NET MAUI > [!IMPORTANT] > SQLite.NET is a third-party library that's supported from the [praeclarum/sqlite-net repo](https://github.com/praeclarum/sqlite-net). -### Install SQLitePCLRaw.bundle_green - -In addition to **sqlite-net-pcl**, you _temporarily_ need to install the underlying dependency that exposes SQLite on each platform: - -- **ID:** SQLitePCLRaw.bundle_green -- **Version:** >= 2.1.0 -- **Authors:** Eric Sink -- **Owners:** Eric Sink -- **NuGet link:** [SQLitePCLRaw.bundle_green](https://www.nuget.org/packages/SQLitePCLRaw.bundle_green/) - ## Configure app constants Configuration data, such as database filename and path, can be stored as constants in your app. The sample project includes a **Constants.cs** file that provides common configuration data: