LiteLib 0.13.0
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.13.0
NuGet\Install-Package LiteLib -Version 0.13.0
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.13.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LiteLib --version 0.13.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LiteLib, 0.13.0"
#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.13.0 // Install LiteLib as a Cake Tool #tool nuget:?package=LiteLib&version=0.13.0
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. Full support to NET Core using Microsoft Data Sqlite provider.
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)
- Unosquare.Swan (>= 0.12.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,925 | 8/14/2019 |
1.0.0-preview001 | 534 | 8/5/2019 |
0.23.0 | 3,134 | 7/18/2019 |
0.22.0 | 672 | 7/18/2019 |
0.21.0 | 1,795 | 4/24/2019 |
0.20.0 | 2,051 | 4/12/2019 |
0.19.0 | 6,701 | 12/17/2018 |
0.18.1 | 2,088 | 11/28/2018 |
0.18.0 | 1,501 | 11/5/2018 |
0.17.3-rc1 | 567 | 11/5/2018 |
0.17.2 | 5,248 | 10/9/2018 |
0.17.1 | 1,112 | 9/21/2018 |
0.17.0 | 939 | 8/8/2018 |
0.16.1 | 1,041 | 7/2/2018 |
0.16.0 | 989 | 7/2/2018 |
0.15.4 | 929 | 7/2/2018 |
0.15.3 | 1,779 | 4/25/2018 |
0.15.2 | 3,263 | 12/20/2017 |
0.15.0 | 1,562 | 11/20/2017 |
0.14.3 | 1,286 | 10/20/2017 |
0.14.2 | 990 | 10/20/2017 |
0.14.1 | 980 | 10/19/2017 |
0.13.0 | 1,425 | 8/31/2017 |
0.12.1 | 3,715 | 3/2/2017 |
0.12.0 | 1,681 | 2/27/2017 |
0.11.0 | 1,226 | 2/20/2017 |
0.10.0 | 1,136 | 2/17/2017 |
0.9.10 | 1,139 | 1/25/2017 |
0.9.9 | 1,193 | 1/17/2017 |
0.9.8 | 1,260 | 1/6/2017 |
0.9.7 | 1,135 | 1/6/2017 |
0.9.6 | 1,189 | 1/5/2017 |
0.9.5 | 1,126 | 1/4/2017 |
0.9.4 | 1,104 | 1/4/2017 |
0.9.2 | 1,472 | 11/23/2016 |
0.9.1 | 1,159 | 10/3/2016 |
0.9.0 | 993 | 9/30/2016 |
0.8.2 | 1,063 | 7/18/2016 |
0.8.1 | 980 | 7/18/2016 |
0.8.0 | 1,007 | 6/30/2016 |
v0.13.0
- Upgrade to .NET Standard 2.0
v0.12.1
- Fixed InsertRange with empty set
v0.11.0
- Added InsertRange to optimize bulk insert