Metadata >> NuGet >> RethinkDb.Driver

RethinkDb.Driver

Metadata

Authors Brian Chavez
Copyrights Copyright 2015
Description A RethinkDB database driver written in C# striving for 100% ReQL API compatibility and completeness. Architecturally, this driver is a one-to-one port of the official Java driver.
IconUrl https://raw.githubusercontent.com/bchavez/RethinkDb.Driver/master/Docs/logo.png
LicenseUrl https://raw.githubusercontent.com/bchavez/RethinkDb.Driver/master/LICENSE
Owners Brian Chavez
ProjectUrl https://github.com/bchavez/RethinkDb.Driver
ReleaseNotes History v0.0.4-alpha8 * AST Update * More signatures for table.indexCreate * Allow JavaScript in places for ReqlFunction1. * r.desc and r.desc can accept functions v0.0.4-alpha7 * Ensure latest Common.Logging is used. v0.0.4-alpha6 * Removed unnecessary dependency on extension methods utility. v0.0.4-alpha5 * Added a toplevel r.array and r.hashMap utility * AST now using proper C# lambdas * More refined AST signatures. v0.0.4-alpha4 * PR#2: Fix null reference exception: JObject.FromObject before objects to JArray list. -cadabloom v0.0.4-alpha3 * Fixed recursion in MakeObject * optArg now explicitly included where needed v0.0.4-alpha2 * Added IntelliSense XML documentation. v0.0.4-alpha1 * Refined serialization. * DB methods fixed. * Create/Delete database working. * RethinkDB PesudoType conversion working. v0.0.0.3 * Connection to RethinkDB working. v0.0.0.0: * Initial port from Josh's Java Driver.
RequireLicenseAcceptance False
Summary A RethinkDB database driver written in C# striving for 100% ReQL API compatibility and completeness. Architecturally, this driver is a one-to-one port of the official Java driver.
Tags rethinkdb database driver reql
Dependencies Newtonsoft.Json:[7.0, 8.0):net45|Common.Logging:3.3.0:net45
PackageSize 384224
PackageHashAlgorithm SHA512
PackageHash hErasMdYxqvNX44mSdxwS7qI3eKtIJ+F1yD6pwzgEOkByCZ+QlMmczdI81rFpcAT+6WF4L74oV9OQ6yXf+2B8w==
DownloadCount 000000
CreatedDate 2015-10-09T01:34:17

Access

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

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install RethinkDb.Driver -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install RethinkDb.Driver -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package RethinkDb.Driver
Installing the package (HTTP Basic authentication):
Install-Package RethinkDb.Driver -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package RethinkDb.Driver -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package RethinkDb.Driver

OpenWrap

Installing the package:
o add-wrap RethinkDb.Driver
Uninstalling the package:
o remove-wrap RethinkDb.Driver

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.0.4-alpha8
0.0.4-alpha7
0.0.4-alpha6
0.0.4-alpha5
0.0.4-alpha4
0.0.4-alpha3
0.0.4-alpha2
0.0.4-alpha1
0.0.0.3