-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support MongoDB #49
Comments
Hi!! I would like to do this task. |
Yes I think there is currently no support in e.g. micronaut data like in spring boot data. |
ookkk, I start with that. Thanks |
Maybe gorm for mongodb is something to look at. https://micronaut-projects.github.io/micronaut-mongodb/latest/guide/ |
It seems that supports only groovy language and not java. |
Ah you might be right, was not clear to me from the single sentence. |
@atomfrede is correct that Gorm requires Groovy. While it wouldn't be a requirement to add support for Mongo here, we do have it on our upcoming roadmap in Micronaut: https://github.com/micronaut-projects/micronaut-core/wiki/Top-Level-Roadmap |
So I can start the issue implementing the mongodb-driver or we should wait for the groovy support? |
Two things to keep in mind:
|
Ok, then I will wait for the jhipster/mongodb supporting and upgrade. Thanks |
I wanted to leave a note here to say that while Micronaut Data does not support Mongo yet (micronaut-projects/micronaut-data#220), there is a Micronaut MongoDB module here: https://micronaut-projects.github.io/micronaut-mongodb/latest/guide/ |
FYI Micronaut Data supports MongoDB already |
No description provided.
The text was updated successfully, but these errors were encountered: