rethinkdb_driver 2.0.1+1 copy "rethinkdb_driver: ^2.0.1+1" to clipboard
rethinkdb_driver: ^2.0.1+1 copied to clipboard

outdatedDart 1 only

Dart driver for RethinkDB.

Dart RethinkDB Driver #

A Dart driver for RethinkDB v2.0.1.

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.

add the package to your pubspec.yaml file:

dependencies:
  rethinkdb_driver: '>=2.0.0'

and import the package into your project:

  import 'package:rethinkdb_driver/rethinkdb_driver.dart'; 
0
likes
0
pub points
23%
popularity

Publisher

unverified uploader

Dart driver for RethinkDB.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

connection_pool, crypto, protobuf

More

Packages that depend on rethinkdb_driver