mongo_database 1.0.0-dev.0 copy "mongo_database: ^1.0.0-dev.0" to clipboard
mongo_database: ^1.0.0-dev.0 copied to clipboard

A wrap of the mongo database to be compatible with the database_interface

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mongo_database

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

dependencies:
  mongo_database: ^1.0.0-dev.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_database/mongo_database.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A wrap of the mongo database to be compatible with the database_interface

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

database_interface, mongo_dart

More

Packages that depend on mongo_database