mongo_db_driver 0.1.0-1.2.dev copy "mongo_db_driver: ^0.1.0-1.2.dev" to clipboard
mongo_db_driver: ^0.1.0-1.2.dev copied to clipboard

MongoDB driver, implemented in pure Dart. All CRUD operations, aggregation pipeline and more!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mongo_db_driver

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

dependencies:
  mongo_db_driver: ^0.1.0-1.2.dev

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_db_driver/mongo_db_driver.dart';
8
likes
0
pub points
42%
popularity

Publisher

unverified uploader

MongoDB driver, implemented in pure Dart. All CRUD operations, aggregation pipeline and more!

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

www.paypal.com

License

unknown (license)

Dependencies

basic_utils, bson, collection, crypto, decimal, fixnum, logging, meta, mongo_db_query, path, pool, sasl_scram, uuid, vy_string_utils

More

Packages that depend on mongo_db_driver