RepoDb.SqLite
1.0.5
Prefix Reserved
RepoDb.Sqlite.Microsoft 1.0.0-beta1
Additional Details- For Microsoft.Data.Sqlite, use the RepoDb.Sqlite.Microsoft.
- For System.Data.SQLite.Core, use the RepoDb.SQLite.System.
See the version list below for details.
dotnet add package RepoDb.SqLite --version 1.0.5
NuGet\Install-Package RepoDb.SqLite -Version 1.0.5
<PackageReference Include="RepoDb.SqLite" Version="1.0.5" />
<PackageVersion Include="RepoDb.SqLite" Version="1.0.5" />
<PackageReference Include="RepoDb.SqLite" />
paket add RepoDb.SqLite --version 1.0.5
#r "nuget: RepoDb.SqLite, 1.0.5"
#:package RepoDb.SqLite@1.0.5
#addin nuget:?package=RepoDb.SqLite&version=1.0.5
#tool nuget:?package=RepoDb.SqLite&version=1.0.5
A hybrid .NET ORM library for SqLite.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. |
| .NET Framework | net461 was computed. net462 was computed. 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. |
-
.NETStandard 2.0
- RepoDb (>= 1.10.5)
- System.Data.SQLite (>= 1.0.112)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RepoDb.SqLite:
| Package | Downloads |
|---|---|
|
CafeLib.Data.Sources.Sqlite
Sqlite data source package |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.1.4 | 41,559 | 9/23/2021 | |
| 1.1.4-beta1 | 578 | 9/17/2021 | |
| 1.1.3 | 26,167 | 2/6/2021 | |
| 1.1.2 | 780 | 12/30/2020 | |
| 1.1.1 | 1,333 | 10/3/2020 | |
| 1.1.0 | 958 | 9/24/2020 | |
| 1.1.0-beta2 | 681 | 9/17/2020 | |
| 1.1.0-beta1 | 651 | 8/28/2020 | |
| 1.0.16 | 1,121 | 8/2/2020 | |
| 1.0.15 | 894 | 8/2/2020 | |
| 1.0.14 | 817 | 7/20/2020 | |
| 1.0.13 | 821 | 7/11/2020 | |
| 1.0.12 | 869 | 6/6/2020 | |
| 1.0.11 | 900 | 5/23/2020 | |
| 1.0.10 | 821 | 5/21/2020 | |
| 1.0.9 | 1,002 | 4/8/2020 | |
| 1.0.8 | 839 | 4/8/2020 | |
| 1.0.7 | 900 | 3/1/2020 | |
| 1.0.6 | 983 | 2/6/2020 | |
| 1.0.5 | 864 | 2/1/2020 | |
| 1.0.4 | 871 | 1/19/2020 | |
| 1.0.3 | 887 | 12/21/2019 | |
| 1.0.2 | 883 | 12/18/2019 | |
| 1.0.1 | 867 | 11/30/2019 | |
| 1.0.0 | 868 | 11/15/2019 |
RepoDb.SqLite v1.0.5:
- Referenced the latest version of RepoDb v1.10.5.
v1.10.5
[Highlights]
- Support: Initiate the support to 'Microsoft.Data.SqlClient' namespace. #374
- Feature: Support PropertyHandlerAttribute as requested. #367
- Feature: Re-enabled the BulkInsert for DataTable.
- Feature: Support deleting an array of entity objects or primary keys via DeleteAll. #353
[Others]
- Support: Change the target type to .NetStandard 2.0.
- Support: Initiate the support to 'Microsoft.Data.SqlClient' namespace. #374
- Enhancement: Support to Microsoft.Data.SqlClient #359
- NTH: Add a table hints in 'Merge' and 'MergeAll'. #370
- NTH: Add a table hints in 'Update' and 'UpdateAll'. #371
- NTH: Add a table hints in 'Delete' and 'DeleteAll'. #376
- NTH: Add a table hints in 'Insert' and 'InsertAll'. #379