marshmallow-mongoengine icon indicating copy to clipboard operation
marshmallow-mongoengine copied to clipboard

Migrate issues to MongoEngine/marshmallow-mongoengine

Open lafrech opened this issue 6 years ago • 2 comments

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.

lafrech avatar Mar 07 '19 07:03 lafrech

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?

zedrdave avatar Jul 30 '19 13:07 zedrdave

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.

lafrech avatar Sep 19 '19 20:09 lafrech