mongo_client_dart 1.0.3 copy "mongo_client_dart: ^1.0.3" to clipboard
mongo_client_dart: ^1.0.3 copied to clipboard

The mongo_client_dart package provides a reusable, generic MongoDB client for Dart, simplifying CRUD operations with model-based serialization

Mongo Client Dart #

mongo_client_dart is a reusable, generic, and easy-to-use MongoDB client package for Dart. It allows developers to interact with MongoDB collections by simply providing model classes and their serialization logic.

Features #

  • Generic repository implementation for MongoDB.
  • Supports CRUD operations (Create, Read, Update, Delete).
  • Easily integrates with any model class by providing a factory method for JSON serialization.
  • Built on top of the powerful mongo_dart package.

Installation #

Add the following line to your pubspec.yaml:

dependencies:
  mongo_client_dart: ^1.0.3
1
likes
150
points
10
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

The mongo_client_dart package provides a reusable, generic MongoDB client for Dart, simplifying CRUD operations with model-based serialization

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

mongo_dart

More

Packages that depend on mongo_client_dart