scottwrobinson / camo

A class-based ES6 ODM for Mongo-like databases.
556 stars 80 forks source link

Gridfs support? #95

Closed pyrossh closed 7 years ago

pyrossh commented 7 years ago

Any plans to support grid fs?

scottwrobinson commented 7 years ago

I don't have any plans to support grid fs at this time, but I'm willing to hear ideas if you have any.

pyrossh commented 7 years ago

Well I guess its ok not to have support for it as I read in the mongodb docs that storing files less the 16MB in size is better stored as a buffer and gridfs is only good for very large files that next seek capabilities like videos.

scottwrobinson commented 7 years ago

Thanks for bringing this up as it could be worth looking in to for the future. Let me know if you need anything else. Closing the issue for now.