Paramol 0.0.147
.NET Framework 4.5
Install-Package Paramol -Version 0.0.147
dotnet add package Paramol --version 0.0.147
<PackageReference Include="Paramol" Version="0.0.147" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Paramol --version 0.0.147
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Paramol, 0.0.147"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Paramol as a Cake Addin
#addin nuget:?package=Paramol&version=0.0.147
// Install Paramol as a Cake Tool
#tool nuget:?package=Paramol&version=0.0.147
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Paramol provides lightweight infrastructure for producing SQL DML statements.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Paramol:
Package | Downloads |
---|---|
Paramol.SQLite
Paramol.SQLite provides lightweight infrastructure for producing SQL DML statements against SQLite. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.147 | 7,141 | 4/12/2016 |
0.0.146 | 788 | 4/4/2016 |
0.0.142 | 1,120 | 12/22/2015 |
0.0.141 | 748 | 12/22/2015 |
0.0.140 | 769 | 12/21/2015 |
0.0.139 | 1,318 | 12/2/2015 |
0.0.128 | 835 | 10/14/2015 |
0.0.124 | 1,105 | 5/1/2015 |
0.0.123 | 967 | 4/10/2015 |
0.0.122 | 847 | 4/8/2015 |
0.0.120 | 867 | 4/6/2015 |
0.0.118 | 1,180 | 2/21/2015 |
0.0.116 | 1,134 | 2/18/2015 |
0.0.111 | 1,041 | 2/17/2015 |
0.0.110 | 1,010 | 2/17/2015 |
0.0.103 | 1,176 | 11/13/2014 |
0.0.100 | 895 | 9/29/2014 |
0.0.96 | 870 | 9/27/2014 |
0.0.95 | 857 | 9/15/2014 |
0.0.94 | 906 | 9/15/2014 |
0.0.93 | 843 | 9/12/2014 |
0.0.90 | 832 | 9/3/2014 |
0.0.89 | 828 | 9/3/2014 |
0.0.88 | 854 | 9/2/2014 |
0.0.86 | 838 | 8/31/2014 |
0.0.85 | 859 | 8/31/2014 |
0.0.83 | 829 | 8/30/2014 |
0.0.82 | 877 | 8/29/2014 |
Added SQLite support. Replaced TSql with SqlClientSyntax.