Microsoft.Data.Sqlite
1.0.0
SQLite implementation of the System.Data.Common provider model.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.Data.Sqlite -Version 1.0.0
dotnet add package Microsoft.Data.Sqlite --version 1.0.0
<PackageReference Include="Microsoft.Data.Sqlite" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Data.Sqlite --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.Data.Sqlite, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Data.Sqlite as a Cake Addin
#addin nuget:?package=Microsoft.Data.Sqlite&version=1.0.0
// Install Microsoft.Data.Sqlite as a Cake Tool
#tool nuget:?package=Microsoft.Data.Sqlite&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5.1
- SQLite (>= 3.12.2)
-
.NETStandard 1.3
- SQLite (>= 3.12.2)
- System.AppContext (>= 4.1.0)
- System.Data.Common (>= 4.1.0)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Linq (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime.Extensions (>= 4.1.0)
- System.Runtime.InteropServices (>= 4.1.0)
- System.Text.Encoding (>= 4.0.11)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Data.Sqlite:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|