cassandra-sharp-core
3.7.0
dotnet add package cassandra-sharp-core --version 3.7.0
NuGet\Install-Package cassandra-sharp-core -Version 3.7.0
<PackageReference Include="cassandra-sharp-core" Version="3.7.0" />
paket add cassandra-sharp-core --version 3.7.0
#r "nuget: cassandra-sharp-core, 3.7.0"
// Install cassandra-sharp-core as a Cake Addin
#addin nuget:?package=cassandra-sharp-core&version=3.7.0
// Install cassandra-sharp-core as a Cake Tool
#tool nuget:?package=cassandra-sharp-core&version=3.7.0
Core implementation of cassandra-sharp
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- System.Reactive (>= 3.1.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on cassandra-sharp-core:
Package | Downloads |
---|---|
cassandra-sharp
cassandra-sharp - high performance .NET driver for Apache Cassandra. Please note only binary protocol (cql 3) is supported - this requires Apache Cassandra 1.2. Major features: * async operations (TPL tasks / Rx subscriptions) * Rx interface (IObservable / IObserver) for result streaming * TPL Task (compatible with C# 5 async) for future operations * Linq friendly * extensible rowset mapping (poco, property bag, params out of the box) * blazing fast object marshaler (dynamic gen'ed code) * robust connection handling (connection recovery supported) * ability to understand performance issues (client and server side) * multiple extension points * timeout support * command line tool (cqlplus) * .NET 4.0+ support (Microsoft .NET / Mono) Release notes: https://raw.github.com/pchalamet/cassandra-sharp/master/CHANGES.txt For information, bug reports, suggestions or contributions: https://github.com/pchalamet/cassandra-sharp |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Use System.Reactive instead of Rx-Main