rethinkdb_driver2 2.3.1 copy "rethinkdb_driver2: ^2.3.1" to clipboard
rethinkdb_driver2: ^2.3.1 copied to clipboard

Dart 1 only

Fork of William Welch's driver, with updated crypto dependencies.

rethinkdb #

Fork of William Welch's driver, with updated crypto dependencies.

version 2.3.1 Build Status

Dart RethinkDB Driver #

A Dart driver for RethinkDB v2.3.

Getting Started: #

The driver api tries to align with the javascript and python RethinkDB drivers. You can read their documentation here.

to include this driver in your own project add the package to your pubspec.yaml file:

dependencies:
  rethinkdb_driver: '^2.3.1'

or to use bleeding edge:

dependencies:
  rethinkdb_driver:
    git: git://github.com/billysometimes/rethinkdb.git

or if you are a developer:

dependencies:
  rethinkdb_driver:
    path: /path/to/your/cloned/rethinkdb_driver

then import the package into your project:

  import 'package:rethinkdb_driver/rethinkdb_driver.dart';

to run tests execute the following command from the project root:

warning: tests are run against a live database, but they do attempt to clean up after themselves

pub run test  
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Fork of William Welch's driver, with updated crypto dependencies.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

crypto, protobuf

More

Packages that depend on rethinkdb_driver2