touilleMan / marshmallow-mongoengine

Mongoengine integration with marshmallow
MIT License
38 stars 10 forks source link

Migrate issues to MongoEngine/marshmallow-mongoengine #22

Open lafrech opened 5 years ago

lafrech commented 5 years ago

Since the repo was transferred to MongoEngine/marshmallow-mongoengine, no "issues" tracker was created there.

I suppose issues should be transferred and this tracker should be closed.

zedrdave commented 5 years ago

Any news on this? Is this repo (or more exactly its fork, over at https://github.com/MongoEngine/marshmallow-mongoengine), still supported? If not: is there any recommended alternative?

lafrech commented 5 years ago

is there any recommended alternative?

We use and co-maintain umongo, by the author of marshmallow-mongoengine, as an alternative to mongoengine + marshmallow-mongoengine. Not much activity over there either but it works. I didn't have the time to port it to marshmallow 3 yet.

If I was starting from scratch, I'd be tempted to look at pymodm and try to see if it is reasonable to build a marshmallow-pymodm library. It should be similar to marshmallow-mongoengine.