Paramol 0.0.93
See the version list below for details.
dotnet add package Paramol --version 0.0.93
NuGet\Install-Package Paramol -Version 0.0.93
<PackageReference Include="Paramol" Version="0.0.93" />
paket add Paramol --version 0.0.93
#r "nuget: Paramol, 0.0.93"
// Install Paramol as a Cake Addin #addin nuget:?package=Paramol&version=0.0.93 // Install Paramol as a Cake Tool #tool nuget:?package=Paramol&version=0.0.93
Paramol provides lightweight infrastructure for producing SQL DML statements.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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,679 | 4/12/2016 |
0.0.146 | 1,066 | 4/4/2016 |
0.0.142 | 1,393 | 12/22/2015 |
0.0.141 | 990 | 12/22/2015 |
0.0.140 | 991 | 12/21/2015 |
0.0.139 | 1,568 | 12/2/2015 |
0.0.128 | 1,059 | 10/14/2015 |
0.0.124 | 1,385 | 5/1/2015 |
0.0.123 | 1,229 | 4/10/2015 |
0.0.122 | 1,113 | 4/8/2015 |
0.0.120 | 1,144 | 4/6/2015 |
0.0.118 | 1,458 | 2/21/2015 |
0.0.116 | 1,405 | 2/18/2015 |
0.0.111 | 1,326 | 2/17/2015 |
0.0.110 | 1,253 | 2/17/2015 |
0.0.103 | 1,432 | 11/13/2014 |
0.0.100 | 1,183 | 9/29/2014 |
0.0.96 | 1,118 | 9/27/2014 |
0.0.95 | 1,123 | 9/15/2014 |
0.0.94 | 1,184 | 9/15/2014 |
0.0.93 | 1,110 | 9/12/2014 |
0.0.90 | 1,100 | 9/3/2014 |
0.0.89 | 1,077 | 9/3/2014 |
0.0.88 | 1,116 | 9/2/2014 |
0.0.86 | 1,120 | 8/31/2014 |
0.0.85 | 1,118 | 8/31/2014 |
0.0.83 | 1,113 | 8/30/2014 |
0.0.82 | 1,144 | 8/29/2014 |
Changes:
- SqlProjectionDescriptor/-Builder now use SchemaProjection instead of DataDefinitionStatements
- SqlProjectionBuilder can now decorate an existing projection, just pass it into the ctor
- Added support for invoking stored procedures using QueryProcedure* and NonQueryProcedure*
- Renamed Query* to QueryStatement*
- Renamed NonQuery* to NonQueryStatement*
- Moved from SqlQueryStatement to SqlQueryCommand (supporting stored procedures)
- Moved from SqlNonQueryStatement to SqlNonQueryCommand (supporting stored procedures)
- Executors now use the command type from SqlNon/-QueryCommand
- ParameterCount limit now moved to TSql syntax
- Dropped F# support
- Moved nomenclature from "event" to "message" (relaxes how projections can be used)