mongo_repository 5.0.0 copy "mongo_repository: ^5.0.0" to clipboard
mongo_repository: ^5.0.0 copied to clipboard

discontinued

Concrete implementation of the nosql_repository package for the MongoDB database.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mongo_repository

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

dependencies:
  mongo_repository: ^5.0.0

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

Publisher

unverified uploader

Concrete implementation of the nosql_repository package for the MongoDB database.

Homepage
Repository (GitLab)
View/report issues

License

MPL-2.0 (LICENSE)

Dependencies

mongo_dart, nosql_repository, squarealfa_security, tuple

More

Packages that depend on mongo_repository