mongodb-base-service

Crates.iomongodb-base-service
lib.rsmongodb-base-service
version0.5.1
sourcesrc
created_at2020-04-24 18:48:06.692309
updated_at2020-09-10 15:44:32.777909
descriptionA simple Rust service wrapper to simplify finds, updates, deletes
homepage
repositoryhttps://github.com/briandeboer/mongodb-base-service
max_upload_size
id233750
size41,939
Brian DeBoer (briandeboer)

documentation

README

MongoDB base service

This provides a simple wrapper of MongoDB to assist with creating/updating/etc.. especially when some things are embedded documents. Docs are still TBD but look at graphql-mongodb-boilerplate for an example of how to use.

Note - deprecated from 0.2.x

The return from the insert methods (insert_one, insert_many and insert_embedded) all return ids instead of the full objects now. Please do a find after if you need the full object.

Commit count: 22

cargo fmt