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

outdatedDart 1 only

Dart driver for RethinkDB(v1.16).

Dart RethinkDB Driver #

A Dart driver for RethinkDB v1.16.

This driver has been rewritten from scratch to conform with the new RethinkDB JSON Protocol.

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_driver.dart';

to your project.

or add the package to your pubspec.yaml file:

dependencies:
  rethinkdb_driver: '>=0.6.0'

and import the package into your project:

  import 'package:rethinkdb_driver/rethinkdb_driver.dart'; 
0
likes
10
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

Dart driver for RethinkDB(v1.16).

Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (license)

Dependencies

crypto, protobuf

More

Packages that depend on rethinkdb_driver