mongo_mapper 0.2.0-dev.1 copy "mongo_mapper: ^0.2.0-dev.1" to clipboard
mongo_mapper: ^0.2.0-dev.1 copied to clipboard

discontinued
outdated

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

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.0-dev.1

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

Homepage
Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

bson, map_mapper_annotations

More

Packages that depend on mongo_mapper