![]() |
VOOZH | about |
dotnet add package Cqrs.Sql --version 2.4.1639.856
NuGet\Install-Package Cqrs.Sql -Version 2.4.1639.856
<PackageReference Include="Cqrs.Sql" Version="2.4.1639.856" />
<PackageVersion Include="Cqrs.Sql" Version="2.4.1639.856" />Directory.Packages.props
<PackageReference Include="Cqrs.Sql" />Project file
paket add Cqrs.Sql --version 2.4.1639.856
#r "nuget: Cqrs.Sql, 2.4.1639.856"
#:package Cqrs.Sql@2.4.1639.856
#addin nuget:?package=Cqrs.Sql&version=2.4.1639.856Install as a Cake Addin
#tool nuget:?package=Cqrs.Sql&version=2.4.1639.856Install as a Cake Tool
The built-in, Sql Store in the CQRS.NET cannot process non-primitive properties on the entity classes in read stores and data stores.
If your entity classes require more comp[lexity than just basic, flat primitive property structures, this package will allow you to
use Microsoft SqlServer as an read store and data store in CQRS.NET allowing you to build custom converters to provide mappings from your entities to you SQL table schema structures.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net452 net452 is compatible. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.4.1639.856 | 1,608 | 8/17/2018 |
| 2.4.1622.842 | 1,401 | 6/29/2018 |
| 2.4.1621.841 | 1,673 | 6/24/2018 |
| 2.4.1619.839 | 1,675 | 6/24/2018 |
| 2.3.1595.820 | 1,439 | 3/29/2018 |
| 2.3.1584.809 | 1,740 | 3/20/2018 |
| 2.3.1583.808 | 1,674 | 3/20/2018 |
| 2.3.1581.806 | 1,675 | 3/15/2018 |
| 2.3.1580.805 | 1,656 | 3/8/2018 |
| 2.3.1579.804 | 1,678 | 3/8/2018 |
| 2.3.1572.797 | 1,761 | 2/19/2018 |
| 2.2.1466.702 | 1,486 | 9/18/2017 |
| 2.2.1440.678 | 1,485 | 8/1/2017 |
| 2.2.1428.666 | 1,449 | 7/25/2017 |
| 2.2.1410.652 | 1,480 | 7/23/2017 |
| 2.2.1405.647 | 1,496 | 7/23/2017 |
| 2.1.1347.590 | 1,470 | 6/23/2017 |
Version 2.2
* Relocated ReplicatedSqlEventStore into the main CQRS.NET package.
Version 2.0
* Added built-in Linq To SQL event store with multi-server replication. This extends the basic SqlEventStore in the main package.
* Updated the package to target 4.5.1 so the multi-server replicated SQL event store operates as expected.