cassandra-sharp 3.7.0

dotnet add package cassandra-sharp --version 3.7.0
NuGet\Install-Package cassandra-sharp -Version 3.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cassandra-sharp" Version="3.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cassandra-sharp --version 3.7.0
#r "nuget: cassandra-sharp, 3.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install cassandra-sharp as a Cake Addin
#addin nuget:?package=cassandra-sharp&version=3.7.0

// Install cassandra-sharp as a Cake Tool
#tool nuget:?package=cassandra-sharp&version=3.7.0

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on cassandra-sharp:

Package Downloads
cassandra-sharp-contrib

cassandra-sharp-contrib is a collection of extensions for cassandra-sharp: * log4net appender * cassandra-sharp ILogger See https://github.com/pchalamet/cassandra-sharp-contrib for more information.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.7.0 6,047 7/5/2017
3.6.0 5,348 12/11/2015
3.3.2 6,438 8/9/2013
3.3.1 4,821 7/12/2013
3.3.0 4,969 6/28/2013
3.2.3 4,556 6/8/2013
3.2.2 4,270 5/16/2013
3.2.1 4,376 5/9/2013
3.2.0 4,547 4/26/2013
3.1.4 4,963 3/22/2013
3.1.3 1,988 3/21/2013
3.1.2 1,982 3/13/2013
3.1.1 1,991 3/12/2013
3.1.0 1,975 3/12/2013
3.0.3 1,993 3/7/2013
3.0.2 1,963 3/7/2013
3.0.1 1,999 3/6/2013
3.0.0 2,021 3/5/2013
2.3.2 3,138 2/14/2013
2.3.1 1,981 2/13/2013
2.3.0 1,981 2/13/2013
2.2.1 2,050 1/28/2013
2.2.0 2,006 1/24/2013
2.1.2 2,027 1/16/2013
2.1.1 2,036 1/10/2013
2.1.0 2,045 1/8/2013
2.0.7 2,001 12/30/2012
2.0.6 2,086 12/30/2012
2.0.5.2 1,970 12/18/2012
0.6.4 2,587 5/23/2012
0.6.3 2,536 3/18/2012
0.6.1 2,549 12/9/2011
0.6.0 2,421 11/27/2011
0.5.4 2,425 11/26/2011

- Use System.Reactive instead of Rx-Main