mongo_db_query 0.1.0
mongo_db_query: ^0.1.0 copied to clipboard
Query and aggregation utilities for working with MongoDb
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mongo_db_queryWith Flutter:
$ flutter pub add mongo_db_queryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mongo_db_query: ^0.1.0Alternatively, 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:mongo_db_query/mongo_db_query.dart';