datanoise / mongo.cr

Crystal binding for MongoDB C Driver
MIT License
97 stars 35 forks source link

Updated to crystal 0.30-1, fixed various memory leaks #51

Closed washu closed 5 years ago

washu commented 5 years ago

added functions that were missing. Suggest you use the invlaidate when your working on doc and are done with them to avoid leaks.

datanoise commented 5 years ago

Thanks