arangodb_repository 7.1.0 copy "arangodb_repository: ^7.1.0" to clipboard
arangodb_repository: ^7.1.0 copied to clipboard

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

With Flutter:

 $ flutter 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: ^7.1.0

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:arangodb_repository/arangodb_repository.dart';
1
likes
100
pub points
0%
popularity

Publisher

verified publishersquarealfa.com

Concrete implementation of the nosql_repository package for the ArangoDB database.

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

arango_driver, nosql_repository, squarealfa_security, tuple

More

Packages that depend on arangodb_repository