fauna_dart_driver 0.0.1 copy "fauna_dart_driver: ^0.0.1" to clipboard
fauna_dart_driver: ^0.0.1 copied to clipboard

A dart implementation of the faunaDB (fauna.com) driver that supports streaming

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fauna_dart_driver

With Flutter:

 $ flutter pub add fauna_dart_driver

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

dependencies:
  fauna_dart_driver: ^0.0.1

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:fauna_dart_driver/fauna_dart_driver.dart';