rethinkdb_driver 0.2.0
rethinkdb_driver: ^0.2.0 copied to clipboard
Dart driver for RethinkDB.
Dart RethinkDB Driver #
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