mongo_db_driver 0.1.0-1.4.dev copy "mongo_db_driver: ^0.1.0-1.4.dev" to clipboard
mongo_db_driver: ^0.1.0-1.4.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.4.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';
9
likes
110
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

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