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,123 | 4/12/2016 |
0.0.146 | 779 | 4/4/2016 |
0.0.142 | 1,105 | 12/22/2015 |
0.0.141 | 734 | 12/22/2015 |
0.0.140 | 760 | 12/21/2015 |
0.0.139 | 1,304 | 12/2/2015 |
0.0.128 | 828 | 10/14/2015 |
0.0.124 | 1,090 | 5/1/2015 |
0.0.123 | 960 | 4/10/2015 |
0.0.122 | 827 | 4/8/2015 |
0.0.120 | 850 | 4/6/2015 |
0.0.118 | 1,163 | 2/21/2015 |
0.0.116 | 1,123 | 2/18/2015 |
0.0.111 | 1,022 | 2/17/2015 |
0.0.110 | 993 | 2/17/2015 |
0.0.103 | 1,164 | 11/13/2014 |
0.0.100 | 884 | 9/29/2014 |
0.0.96 | 853 | 9/27/2014 |
0.0.95 | 840 | 9/15/2014 |
0.0.94 | 892 | 9/15/2014 |
0.0.93 | 828 | 9/12/2014 |
0.0.90 | 821 | 9/3/2014 |
0.0.89 | 819 | 9/3/2014 |
0.0.88 | 841 | 9/2/2014 |
0.0.86 | 821 | 8/31/2014 |
0.0.85 | 843 | 8/31/2014 |
0.0.83 | 812 | 8/30/2014 |
0.0.82 | 860 | 8/29/2014 |
Added SQLite support. Replaced TSql with SqlClientSyntax.