LiteLib 1.0.0
dotnet add package LiteLib --version 1.0.0
NuGet\Install-Package LiteLib -Version 1.0.0
<PackageReference Include="LiteLib" Version="1.0.0" />
paket add LiteLib --version 1.0.0
#r "nuget: LiteLib, 1.0.0"
// Install LiteLib as a Cake Addin #addin nuget:?package=LiteLib&version=1.0.0 // Install LiteLib as a Cake Tool #tool nuget:?package=LiteLib&version=1.0.0
A cool little wrapper for SQLite based on Dapper.
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. |
.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 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. 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.1
- Dapper (>= 1.60.6)
- Mono.Data.Sqlite.Portable (>= 1.0.3.5)
- Unosquare.Swan.Lite (>= 2.0.0)
-
.NETFramework 4.7.2
- Dapper (>= 1.60.6)
- Microsoft.Data.Sqlite.Core (>= 2.2.6)
- Unosquare.Swan.Lite (>= 2.0.0)
-
.NETStandard 2.0
- Dapper (>= 1.60.6)
- Microsoft.Data.Sqlite.Core (>= 2.2.6)
- Unosquare.Swan.Lite (>= 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on LiteLib:
Package | Downloads |
---|---|
EmbedIO.LiteLibWebApi
Allow to expose a sqlite database as REST api using EmbedIO WebApi and LiteLib libraries |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 1,918 | 8/14/2019 |
1.0.0-preview001 | 534 | 8/5/2019 |
0.23.0 | 3,132 | 7/18/2019 |
0.22.0 | 670 | 7/18/2019 |
0.21.0 | 1,793 | 4/24/2019 |
0.20.0 | 2,049 | 4/12/2019 |
0.19.0 | 6,699 | 12/17/2018 |
0.18.1 | 2,086 | 11/28/2018 |
0.18.0 | 1,499 | 11/5/2018 |
0.17.3-rc1 | 567 | 11/5/2018 |
0.17.2 | 5,246 | 10/9/2018 |
0.17.1 | 1,110 | 9/21/2018 |
0.17.0 | 937 | 8/8/2018 |
0.16.1 | 1,039 | 7/2/2018 |
0.16.0 | 987 | 7/2/2018 |
0.15.4 | 927 | 7/2/2018 |
0.15.3 | 1,777 | 4/25/2018 |
0.15.2 | 3,261 | 12/20/2017 |
0.15.0 | 1,560 | 11/20/2017 |
0.14.3 | 1,284 | 10/20/2017 |
0.14.2 | 986 | 10/20/2017 |
0.14.1 | 978 | 10/19/2017 |
0.13.0 | 1,423 | 8/31/2017 |
0.12.1 | 3,713 | 3/2/2017 |
0.12.0 | 1,679 | 2/27/2017 |
0.11.0 | 1,224 | 2/20/2017 |
0.10.0 | 1,134 | 2/17/2017 |
0.9.10 | 1,137 | 1/25/2017 |
0.9.9 | 1,191 | 1/17/2017 |
0.9.8 | 1,258 | 1/6/2017 |
0.9.7 | 1,133 | 1/6/2017 |
0.9.6 | 1,187 | 1/5/2017 |
0.9.5 | 1,124 | 1/4/2017 |
0.9.4 | 1,102 | 1/4/2017 |
0.9.2 | 1,470 | 11/23/2016 |
0.9.1 | 1,157 | 10/3/2016 |
0.9.0 | 991 | 9/30/2016 |
0.8.2 | 1,061 | 7/18/2016 |
0.8.1 | 978 | 7/18/2016 |
0.8.0 | 1,005 | 6/30/2016 |
v1.0.0
Remove instace tracker and upgrade to SWAN 2.
v0.23.0
Change map between decimal to REAL.
v0.22.0
Add WeakReference to collection of Connection intances.
v0.21.0
Maintenance
v0.18.1
Fix logging
v0.17.0
- Add NET452 for Mono Users
v0.17.0
- Add Any method to LiteDbSet and major refactor to internal methods.
v0.16.0
- Remove NET46
v0.15.3
- Upgrade dependencies
v0.15.2
- Switch to SWAN Lite
v0.15.0
- Fixed issues with NET46 target
v0.14.3
- Added NET46 target again
v0.14.0
- AddedDelete method with WHERE clause
v0.13.0
- Upgraded to .NET Standard 2.0
v0.12.1
- Fixed InsertRange with empty set
v0.11.0
- Added InsertRange to optimize bulk insert