Skip to content

Commit

Permalink
Update database-sqlite.md (#2695)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Jan 3, 2025
1 parent 44c9c19 commit f1e9a8c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/data-cloud/database-sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f1e9a8c

Please sign in to comment.