mongo_db_driver 0.1.0-1.3.dev copy "mongo_db_driver: ^0.1.0-1.3.dev" to clipboard
mongo_db_driver: ^0.1.0-1.3.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

With Flutter:

 $ flutter 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.3.dev

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:mongo_db_driver/mongo_db_driver.dart';
8
likes
140
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

Documentation

API reference

Funding

Consider supporting this project:

www.paypal.com

License

BSD-3-Clause (license)

Dependencies

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

More

Packages that depend on mongo_db_driver