Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GridFS support #5

Open
slyons opened this issue Aug 4, 2021 · 2 comments
Open

GridFS support #5

slyons opened this issue Aug 4, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@slyons
Copy link

slyons commented Aug 4, 2021

Is there any chance that you'd be up for supporting GridFS at any time in the future?

@alexkornitzer
Copy link
Contributor

Yep, the goal is to support all the features assuming it makes sense on this abstraction layer. I have never used GridFS properly though so it will require some digging. I'll see if I can carve out some time to have a play with this.

@alexkornitzer alexkornitzer added the enhancement New feature or request label Aug 4, 2021
@alexkornitzer
Copy link
Contributor

Hmm, looks like the officials have not implemented GridFS support yet https://github.com/mongodb/mongo-rust-driver and this is only a wrapper crate. No promises, but we might be able to bodge a solution on top working from their labs implementation long ago. (https://docs.rs/mongodb/0.2.9/mongodb/gridfs/index.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants