Paramol 0.0.94
See the version list below for details.
dotnet add package Paramol --version 0.0.94
NuGet\Install-Package Paramol -Version 0.0.94
<PackageReference Include="Paramol" Version="0.0.94" />
paket add Paramol --version 0.0.94
#r "nuget: Paramol, 0.0.94"
// Install Paramol as a Cake Addin #addin nuget:?package=Paramol&version=0.0.94 // Install Paramol as a Cake Tool #tool nuget:?package=Paramol&version=0.0.94
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,057 | 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,142 | 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 no longer contains SchemaProjection, use the built-in messages (RebuildProjection, BuildProjection, ReplayProjection) instead on the regular projection.
- SqlProjection/-Descriptor can now roundtrip to their respective Builders.
- Executors moved into their own namespace, reduced the number of types to 1 per datasource connection model, made names more explicit to avoid collision.
- Added execution of queries with support for DbDataReader and scalars.
- Added ability to concatenate projections, handler or set of handlers to an existing projection.
- Async-/SqlProjector now take an enumeration of messages to project as well.