rethinkdb_driver 0.2.0 copy "rethinkdb_driver: ^0.2.0" to clipboard
rethinkdb_driver: ^0.2.0 copied to clipboard

outdatedDart 1 only

Dart driver for RethinkDB.

Dart RethinkDB Driver #

A Dart driver for RethinkDB.

This project is a fork of Dave Bettins rethink driver

Getting Started: #

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

clone the repository:

  git clone https://github.com/billysometimes/rethinkdb.git

open the project in Dart Editor and view examples.dart to see the available features and how to use them.

to include this driver in your own project add:

  import 'lib/rethinkdb.dart';

to your project.

Running Tests: #

Install the latest version of RethinkDB locally and run with the defaults. Note: all tests are ran against a live version of the DB.

To execute the drivers' tests, from the root project dir, please run:

tools/build.sh
0
likes
0
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Dart driver for RethinkDB.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

logging, protobuf

More

Packages that depend on rethinkdb_driver