Moongoon: a mongodb object-document mapper

Hey everyone :wave:,

I just released moongoon, a lightweight ODM for MongoDB that I’ve been developing for some time now (using it at work amongst other things).

It is based on a fork of the mongo.cr library (which uses the official mongo c driver under the hood) that I tweaked a bit to make it use the crystal event loop I/O and added BSON serializers.

So sharing here in case people are interested!

12 Likes

Hi,

Nice API. I use it in production, it works very well :+1:

2 Likes