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

Add support for db/orm like mongodb and oss like minio #119

Open
djun opened this issue Aug 12, 2022 · 5 comments · Fixed by #187
Open

Add support for db/orm like mongodb and oss like minio #119

djun opened this issue Aug 12, 2022 · 5 comments · Fixed by #187

Comments

@djun
Copy link

djun commented Aug 12, 2022

Please add support for db/orm like mongodb and oss like minio, thanks very much!

(mongodb orm maybe can use mongoengine)

@s3rius
Copy link
Owner

s3rius commented Aug 29, 2022

Hi. Thanks for raising this issue. It's a really good Idea, but I have almost zero experience with mongodb production setup.

Could you please provide me an example, so I could add this to this project?

@djun
Copy link
Author

djun commented Sep 1, 2022

thanks for your reply!
i think mongoengine can be loaded as other orm modules like, and its apis or operations are all like django orm (write model fields and queries, etc.). i wrote projects for my company in the past and codes cannot be public currently, sorry.
the only problem is, mongoengine does not supports async/await.

@djun
Copy link
Author

djun commented Sep 1, 2022

i found a new mongodb orm module supported async/await:
https://github.com/art049/odmantic

@jegork
Copy link

jegork commented Oct 30, 2022

I could suggest using https://github.com/roman-right/beanie as ODM (and I suppose it is the most widely used).

@s3rius
Copy link
Owner

s3rius commented Oct 31, 2022

@jegork Okay. It looks nice and have an async support. Maybe I'll add it later.

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

Successfully merging a pull request may close this issue.

3 participants