Skip to content

Commit

Permalink
Add sentence about Microsoft.Data.Sqlite (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch authored Dec 27, 2023
1 parent 6e65a41 commit 8d3cbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-cloud/database-sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The SQLite database engine allows .NET Multi-platform App UI (.NET MAUI) apps to
1. [Access data](#access-data).
1. [Advanced configuration](#advanced-configuration).

The sample app uses an SQLite database table to store todo items.
This article uses the **sqlite-net-pcl** NuGet package to provide SQLite database access to a table to store todo items. An alternative is to use the [Microsoft.Data.Sqlite](/dotnet/standard/data/sqlite) NuGet package, which is a lightweight [ADO.NET](/dotnet/framework/data/adonet) provider for SQLite. Microsoft.Data.Sqlite implements the common ADO.NET abstractions for functionality such as connections, commands, and data readers.

## Install the SQLite NuGet package

Expand Down

0 comments on commit 8d3cbd6

Please sign in to comment.