LiteLib 0.14.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package LiteLib --version 0.14.1
NuGet\Install-Package LiteLib -Version 0.14.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LiteLib" Version="0.14.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LiteLib --version 0.14.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LiteLib, 0.14.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LiteLib as a Cake Addin #addin nuget:?package=LiteLib&version=0.14.1 // Install LiteLib as a Cake Tool #tool nuget:?package=LiteLib&version=0.14.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Dapper (>= 1.50.2)
- Microsoft.Data.Sqlite (>= 2.0.0)
- System.ComponentModel.Annotations (>= 4.4.0)
- Unosquare.Swan (>= 0.17.1)
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,917 | 8/14/2019 |
1.0.0-preview001 | 533 | 8/5/2019 |
0.23.0 | 3,131 | 7/18/2019 |
0.22.0 | 669 | 7/18/2019 |
0.21.0 | 1,790 | 4/24/2019 |
0.20.0 | 2,048 | 4/12/2019 |
0.19.0 | 6,697 | 12/17/2018 |
0.18.1 | 2,085 | 11/28/2018 |
0.18.0 | 1,498 | 11/5/2018 |
0.17.3-rc1 | 564 | 11/5/2018 |
0.17.2 | 5,245 | 10/9/2018 |
0.17.1 | 1,109 | 9/21/2018 |
0.17.0 | 936 | 8/8/2018 |
0.16.1 | 1,038 | 7/2/2018 |
0.16.0 | 986 | 7/2/2018 |
0.15.4 | 926 | 7/2/2018 |
0.15.3 | 1,776 | 4/25/2018 |
0.15.2 | 3,260 | 12/20/2017 |
0.15.0 | 1,559 | 11/20/2017 |
0.14.3 | 1,283 | 10/20/2017 |
0.14.2 | 985 | 10/20/2017 |
0.14.1 | 977 | 10/19/2017 |
0.13.0 | 1,422 | 8/31/2017 |
0.12.1 | 3,712 | 3/2/2017 |
0.12.0 | 1,678 | 2/27/2017 |
0.11.0 | 1,223 | 2/20/2017 |
0.10.0 | 1,131 | 2/17/2017 |
0.9.10 | 1,136 | 1/25/2017 |
0.9.9 | 1,190 | 1/17/2017 |
0.9.8 | 1,257 | 1/6/2017 |
0.9.7 | 1,132 | 1/6/2017 |
0.9.6 | 1,186 | 1/5/2017 |
0.9.5 | 1,123 | 1/4/2017 |
0.9.4 | 1,101 | 1/4/2017 |
0.9.2 | 1,469 | 11/23/2016 |
0.9.1 | 1,156 | 10/3/2016 |
0.9.0 | 990 | 9/30/2016 |
0.8.2 | 1,059 | 7/18/2016 |
0.8.1 | 977 | 7/18/2016 |
0.8.0 | 1,004 | 6/30/2016 |
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