arango 1.0.0-pre copy "arango: ^1.0.0-pre" to clipboard
arango: ^1.0.0-pre copied to clipboard

Dart driver for ArangoDB the native multi-model nosql database.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add arango

With Flutter:

 $ flutter pub add arango

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

dependencies:
  arango: ^1.0.0-pre

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:arango/arango.dart';
4
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Dart driver for ArangoDB the native multi-model nosql database.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio

More

Packages that depend on arango