Projac 0.0.93
See the version list below for details.
dotnet add package Projac --version 0.0.93
NuGet\Install-Package Projac -Version 0.0.93
<PackageReference Include="Projac" Version="0.0.93" />
paket add Projac --version 0.0.93
#r "nuget: Projac, 0.0.93"
// Install Projac as a Cake Addin #addin nuget:?package=Projac&version=0.0.93 // Install Projac as a Cake Tool #tool nuget:?package=Projac&version=0.0.93
Projac provides lightweight infrastructure for producing SQL based projections.
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. |
-
.NETFramework 4.5
- Paramol (>= 0.0.93)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 82,073 | 12/5/2017 |
0.0.147 | 6,568 | 4/12/2016 |
0.0.146 | 1,095 | 4/4/2016 |
0.0.142 | 1,371 | 12/22/2015 |
0.0.141 | 1,094 | 12/22/2015 |
0.0.140 | 1,094 | 12/21/2015 |
0.0.139 | 1,421 | 12/2/2015 |
0.0.128 | 1,170 | 10/14/2015 |
0.0.124 | 1,230 | 5/1/2015 |
0.0.123 | 1,285 | 4/10/2015 |
0.0.122 | 1,168 | 4/8/2015 |
0.0.120 | 1,175 | 4/6/2015 |
0.0.118 | 1,476 | 2/21/2015 |
0.0.116 | 1,445 | 2/18/2015 |
0.0.111 | 1,549 | 2/17/2015 |
0.0.110 | 1,432 | 2/17/2015 |
0.0.103 | 1,471 | 11/13/2014 |
0.0.100 | 1,272 | 9/29/2014 |
0.0.96 | 1,186 | 9/27/2014 |
0.0.95 | 1,206 | 9/15/2014 |
0.0.94 | 1,122 | 9/15/2014 |
0.0.93 | 1,130 | 9/12/2014 |
0.0.90 | 1,253 | 9/3/2014 |
0.0.89 | 1,219 | 9/3/2014 |
0.0.88 | 1,166 | 9/2/2014 |
0.0.86 | 1,216 | 8/31/2014 |
0.0.85 | 1,204 | 8/31/2014 |
0.0.83 | 1,127 | 8/30/2014 |
0.0.82 | 1,228 | 8/29/2014 |
0.0.75 | 1,227 | 8/27/2014 |
0.0.74 | 1,197 | 8/27/2014 |
0.0.60 | 1,224 | 6/17/2014 |
0.0.59 | 1,239 | 6/17/2014 |
0.0.57 | 1,201 | 5/28/2014 |
0.0.54 | 1,188 | 5/28/2014 |
0.0.52 | 1,202 | 5/28/2014 |
0.0.47 | 1,220 | 5/28/2014 |
0.0.43 | 1,188 | 5/28/2014 |
0.0.42 | 1,173 | 5/28/2014 |
0.0.39 | 1,187 | 5/28/2014 |
0.0.23 | 1,235 | 4/27/2014 |
0.0.21 | 1,290 | 4/26/2014 |
0.0.19 | 1,264 | 2/26/2014 |
0.0.18 | 1,204 | 2/25/2014 |
0.0.17 | 1,213 | 2/25/2014 |
0.0.16 | 1,245 | 1/24/2014 |
0.0.15 | 1,212 | 1/16/2014 |
0.0.14 | 1,261 | 1/12/2014 |
0.0.12 | 1,211 | 1/12/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)