NuExt.System.Data.SQLite
0.1.0
Prefix Reserved
See the version list below for details.
dotnet add package NuExt.System.Data.SQLite --version 0.1.0
NuGet\Install-Package NuExt.System.Data.SQLite -Version 0.1.0
<PackageReference Include="NuExt.System.Data.SQLite" Version="0.1.0" />
<PackageVersion Include="NuExt.System.Data.SQLite" Version="0.1.0" />
<PackageReference Include="NuExt.System.Data.SQLite" />
paket add NuExt.System.Data.SQLite --version 0.1.0
#r "nuget: NuExt.System.Data.SQLite, 0.1.0"
#:package NuExt.System.Data.SQLite@0.1.0
#addin nuget:?package=NuExt.System.Data.SQLite&version=0.1.0
#tool nuget:?package=NuExt.System.Data.SQLite&version=0.1.0
NuExt.System.Data.SQLite
This NuGet package provides extensions for the SQLite database engine, offering a robust framework for database context management, transaction handling, and data access operations. The package is designed to facilitate seamless integration with existing database code, ensuring consistency and thread-safe concurrent access.
Commonly Used Types:
System.Data.SQLite.SQLiteDalBase: Base class for SQLite-specific Data Access Layer (DAL) operations.System.Data.SQLite.SQLiteDbConnection: Wrapper for SQLite connections enabling thread-safe concurrent access.System.Data.SQLite.SQLiteDbContext: SQLite database context providing connection and transaction management.System.Data.SQLite.SQLiteDbConverter: Base class for managing and applying updates to the SQLite database schema.System.Data.SQLite.SQLiteDbTransaction: Provides methods for committing and rolling back SQLite transactions.
Samples
For examples of how to use these classes and work with them, see the samples. These samples provide practical guidance on implementing the library's features in real-world scenarios.
License
Licensed under the MIT License. See the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- NuExt.System.Data (>= 0.1.1)
- System.Data.SQLite.Core (>= 1.0.118)
-
.NETStandard 2.0
- NuExt.System.Data (>= 0.1.1)
- System.Data.SQLite.Core (>= 1.0.118)
-
.NETStandard 2.1
- NuExt.System.Data (>= 0.1.1)
- System.Data.SQLite.Core (>= 1.0.118)
-
net6.0
- NuExt.System.Data (>= 0.1.1)
- System.Data.SQLite.Core (>= 1.0.118)
-
net8.0
- NuExt.System.Data (>= 0.1.1)
- System.Data.SQLite.Core (>= 1.0.118)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.