arangodb_repository 1.0.0-rc.1 copy "arangodb_repository: ^1.0.0-rc.1" to clipboard
arangodb_repository: ^1.0.0-rc.1 copied to clipboard

discontinued
outdated

Concrete implementation of the nosql_repository package for the ArangoDB database.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add arangodb_repository

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

dependencies:
  arangodb_repository: ^1.0.0-rc.1

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

Import it

Now in your Dart code, you can use:

import 'package:arangodb_repository/arangodb_repository.dart';
1
likes
0
pub points
0%
popularity

Publisher

verified publishersquarealfa.com

Concrete implementation of the nosql_repository package for the ArangoDB database.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

arango_driver, nosql_repository, squarealfa_security, tuple

More

Packages that depend on arangodb_repository