mongo_mapper 0.2.1 copy "mongo_mapper: ^0.2.1" to clipboard
mongo_mapper: ^0.2.1 copied to clipboard

Contains annotations and mappers to allow the mapping between PODOs and Map<String, dynamic> maps used to interact with MongoDB

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mongo_mapper

With Flutter:

 $ flutter pub add mongo_mapper

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

dependencies:
  mongo_mapper: ^0.2.1

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_mapper/mongo_mapper.dart';
0
likes
130
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Contains annotations and mappers to allow the mapping between PODOs and Map<String, dynamic> maps used to interact with MongoDB

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

bson, map_mapper_annotations

More

Packages that depend on mongo_mapper