rethink_db_ns 0.0.4 copy "rethink_db_ns: ^0.0.4" to clipboard
rethink_db_ns: ^0.0.4 copied to clipboard

This is an unofficial driver for using RethinkDB in Dart and Flutter supporting Null Safety, this driver is based on a fork https://github.com/marceloneppel/rethinkdb

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rethink_db_ns

With Flutter:

 $ flutter pub add rethink_db_ns

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rethink_db_ns: ^0.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rethink_db_ns/rethink_db_ns.dart';
25
likes
110
points
73
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is an unofficial driver for using RethinkDB in Dart and Flutter supporting Null Safety, this driver is based on a fork https://github.com/marceloneppel/rethinkdb

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

convert, crypto, fixnum, pbkdf2ns, protobuf

More

Packages that depend on rethink_db_ns