Metadata >> NuGet >> CqlSharp >> 0.33.0.0

0.33.0.0

Metadata

Authors Joost Reuzel
Copyrights Copyright 2014 Joost Reuzel
Description CqlSharp is a high performance, asynchronous Cassandra CQL binary protocol client implementing the ADO.NET data provider interfaces. It's main features are: * The API implements the ADO.NET interfaces. If you are familiar with SqlConnection, SqlCommand, and SqlReader, you should be able to use CqlSharp with no difficulty. * CqlSharp is an implementation of the (new) CQL Binary Protocol and therefore requires Cassandra 1.2 and up * CqlSharp supports all the binary protocol v2 features: batching, paging, bound query variables, result schema caching, check-and-set (CAS) statements, and sasl-authentication * Supports fast mapping of objects to query parameters, or query results to objects. Mapping is tunable by decorating your classes via Table and Column attributes. * Query tracing, timeouts and cancellation is supported * The API is predominately [asynchronous](http://msdn.microsoft.com/en-us/library/vstudio/hh191443.aspx), heavily relying on the System.Threading.Tasks namespace. Synchronous alternatives are available for convenience. * Configuration is done through connection strings. The simultaneous use of multiple Cassandra clusters is supported. * Extensive logging, including support for custom logger implementations See https://github.com/reuzel/CqlSharp/wiki/Features for an extensive feature list.
IconUrl https://raw.github.com/reuzel/CqlSharp/master/logo.png
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Joost Reuzel
ProjectUrl https://github.com/reuzel/CqlSharp/wiki
ReleaseNotes ## Version 0.33.0 - Improved transaction handling * Improved state management of transaction * Adding Reset to CqlTransaction, allowing reuse of transaction objects * Adding CqlError class, to expose Cql error details (including trace ids) as LastQueryResult on CqlCommand ## Version 0.32.2 - Default Guid insertion fix * Fixing issue where nill guids were inserted as null values. * Adding TimeGuid.Default to get a nill guid with time version flags set. ## Version 0.32.1 - Transaction Race fix * Fixing race condition issues when using prepared queries in a transaction Version 0.32.0 - Decimal support and Fixes * Support for decimal types * TimeGuid generation rewritten in order to guarantee uniqueness when many TimeGuids are generated within a short timeframe. See https://github.com/reuzel/CqlSharp/blob/master/ChangeLog.md for the full changelog.
RequireLicenseAcceptance False
Summary CqlSharp is a high performance, asynchronous Cassandra CQL binary protocol client implementing the ADO.NET data provider interfaces. See https://github.com/reuzel/CqlSharp/wiki/Features for an extensive feature list.
Tags Cassandra CQL ADO.NET client database provider driver nosql net45 TPL async high-performance CqlSharp
Title CQLSharp - An ADO.NET Data Provider for Cassandra
PackageSize 451452
PackageHashAlgorithm SHA512
PackageHash pKDwf/07PJLNUKmOamcIucS63iuwXh4qci1PNBJaV6oORBdikoP2DUxlLeIh8PYekOBqG0dCfuvLNWQ0F3eyuA==
DownloadCount 000000
CreatedDate 2014-03-11T00:04:50

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install CqlSharp -Version 0.33.0.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install CqlSharp -Version 0.33.0.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete CqlSharp 0.33.0.0 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package CqlSharp -Version 0.33.0.0 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package CqlSharp -Version 0.33.0.0 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap CqlSharp -Version 0.33.0.0
Uninstalling the package:
o remove-wrap CqlSharp

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries