RethinkDb.Driver 2.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package RethinkDb.Driver --version 2.3.3
NuGet\Install-Package RethinkDb.Driver -Version 2.3.3
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="RethinkDb.Driver" Version="2.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RethinkDb.Driver --version 2.3.3
#r "nuget: RethinkDb.Driver, 2.3.3"
#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 RethinkDb.Driver as a Cake Addin
#addin nuget:?package=RethinkDb.Driver&version=2.3.3

// Install RethinkDb.Driver as a Cake Tool
#tool nuget:?package=RethinkDb.Driver&version=2.3.3

A RethinkDB database driver in C# striving for 100% ReQL API coverage. Architecturally, this driver is a port of the official Java driver.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (19)

Showing the top 5 NuGet packages that depend on RethinkDb.Driver:

Package Downloads
RethinkDb.Driver.ReGrid

ReGrid is a distributed file storage on top of RethinkDB. ReGrid is similarly inspired by GridFS from MongoDB. With ReGrid, a large 4GB file can be broken up into chunks and stored on RethinkDB cluster.

RethinkDb.Driver.Linq

An experimental LINQ to ReQL provider for the RethinkDB C# Driver.

GraphQlRethinkDbLibrary

Framework to create web apps with GraphQL and RethinkDb

Tyle_Evmos

Package Description

Nancy.Session.RethinkDB

A RethinkDB-backed session provider for Nancy (utilizing Nancy.Session.Persistable)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.4.0-beta-1 23,422 5/22/2020
2.3.150 104,632 9/17/2019
2.3.101 1,932 8/9/2019
2.3.100 113,929 2/24/2019
2.3.24 1,332 2/16/2019
2.3.23 10,426 4/25/2018
2.3.22 9,911 3/14/2018
2.3.20 14,898 8/25/2017
2.3.19 8,634 5/5/2017
2.3.18-beta-1 1,079 4/26/2017
2.3.17 1,959 4/18/2017
2.3.16-beta-1 1,033 4/13/2017
2.3.15 15,630 8/26/2016
2.3.14 1,510 8/22/2016
2.3.12 1,472 8/18/2016
2.3.11 1,702 8/11/2016
2.3.10 1,737 8/4/2016
2.3.9 2,179 7/10/2016
2.3.8 1,545 7/7/2016
2.3.7 1,517 7/6/2016
2.3.6 2,680 6/28/2016
2.3.6-beta-1 1,033 6/22/2016
2.3.5 1,564 6/9/2016
2.3.5-beta-1 991 6/9/2016
2.3.4 1,140 6/4/2016
2.3.4-beta-5 1,010 6/4/2016
2.3.4-beta-4 1,023 6/1/2016
2.3.4-beta-2 1,061 5/27/2016
2.3.4-beta-1 1,051 5/23/2016
2.3.3 1,215 5/21/2016
2.3.3-beta-1 1,017 5/21/2016
2.3.2 1,141 5/20/2016
2.3.2-beta-2 989 5/20/2016
2.3.2-beta-1 974 5/20/2016
2.3.1-beta-3 857 5/13/2016
2.3.1-beta-2 836 5/11/2016
2.3.1-beta-1 821 4/28/2016
2.2.10 2,570 3/31/2016
2.2.10-beta-1 798 3/31/2016
2.2.9 1,484 2/24/2016
2.2.9-beta-2 1,039 2/24/2016
2.2.9-beta-1 928 2/21/2016
2.2.8 1,060 2/20/2016
2.2.8-beta-4 848 2/18/2016
2.2.8-beta-3 833 2/18/2016
2.2.8-beta-2 807 2/17/2016
2.2.8-beta-1 881 2/16/2016
2.2.7 1,040 2/15/2016
2.2.7-beta-1 843 2/15/2016
2.2.5 1,087 2/14/2016
2.2.5-beta-5 843 2/14/2016
2.2.5-beta-4 803 2/13/2016
2.2.5-beta-3 817 2/13/2016
2.2.5-beta-2 925 2/12/2016
2.2.5-beta-1 863 2/5/2016
2.2.4 1,239 1/31/2016
2.2.4-beta-1 853 1/31/2016
2.2.3 1,065 1/30/2016
2.2.3-beta-2 841 1/30/2016
2.2.2 1,076 1/23/2016
2.2.2-beta-2 819 1/22/2016
2.2.2-beta-1 805 1/20/2016
2.2.1 1,058 1/20/2016
2.2.1-beta-2 797 1/20/2016
2.2.1-beta-1 895 12/24/2015
2.2.0 1,074 12/24/2015
2.2.0-beta-2 1,109 12/15/2015
2.2.0-beta-1 1,179 12/4/2015

## v2.3.3
* Roll-up Release for Full .NET Framework since last non-beta release.
* CoreCLR users please continue using latest beta release until CoreCLR is RTM.

## v2.3.3-beta-1
* Issue 62 - Fixed "An address incompatible with the requested protocol was used" on Azure

## v2.3.2
* Roll-up Release for Full .NET Framework since last non-beta release.
* CoreCLR users please continue using latest beta release until CoreCLR is RTM.

## v2.3.2-beta-2
* Connection now exposes ClientLocalEndpoint.
* Better .NET Standard 1.3 and .NET Core RC2 compatibility.

## v2.3.2-beta-1
* Compatibility with .NET Standard 1.3 and .NET Core RC2.


Full History Here: https://github.com/bchavez/RethinkDb.Driver/blob/master/HISTORY.md