Paramol 0.0.147

.NET Framework 4.5
dotnet add package Paramol --version 0.0.147
NuGet\Install-Package Paramol -Version 0.0.147
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="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
#r "nuget: Paramol, 0.0.147"
#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 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

Paramol provides lightweight infrastructure for producing SQL DML statements.

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
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,322 4/12/2016
0.0.146 894 4/4/2016
0.0.142 1,228 12/22/2015
0.0.141 857 12/22/2015
0.0.140 873 12/21/2015
0.0.139 1,432 12/2/2015
0.0.128 946 10/14/2015
0.0.124 1,214 5/1/2015
0.0.123 1,077 4/10/2015
0.0.122 958 4/8/2015
0.0.120 981 4/6/2015
0.0.118 1,292 2/21/2015
0.0.116 1,254 2/18/2015
0.0.111 1,157 2/17/2015
0.0.110 1,125 2/17/2015
0.0.103 1,290 11/13/2014
0.0.100 1,016 9/29/2014
0.0.96 984 9/27/2014
0.0.95 971 9/15/2014
0.0.94 1,019 9/15/2014
0.0.93 956 9/12/2014
0.0.90 948 9/3/2014
0.0.89 943 9/3/2014
0.0.88 968 9/2/2014
0.0.86 952 8/31/2014
0.0.85 974 8/31/2014
0.0.83 945 8/30/2014
0.0.82 993 8/29/2014

Added SQLite support. Replaced TSql with SqlClientSyntax.