Scille / umongo

sync/async MongoDB ODM, yes.
MIT License
448 stars 63 forks source link

Referencing GridFS data? #379

Open whophil opened 2 years ago

whophil commented 2 years ago

I would like to reference binary blobs larger than 16 MB in size in my uMongo documents.

Seems like it should be possible to implement a sort of GridFS reference as a type of field. Has anybody tried this, or put any thought to how it might be done?

Relates to https://github.com/Scille/umongo/issues/37