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: