-
Notifications
You must be signed in to change notification settings - Fork 75
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
Integration of kmongodsl #39
Comments
Thanks for sharing this. kmongodsl seems interesting. I will look at it this weekend. What I would like to have also is a type checking query system, something like: col.findOne(Friend::name eq "John") // and col.findOne(Friend::name eq 2) does not compile I have a prototype for that and also a dsl like yours. It would be nice to share our versions and to try to find the best solution together. I will push my branch this week-end to feed the thread :) |
Sounds good. I will wait for your feedback |
Hi I am the author of https://github.com/beyondeye/kmongodsl
I would be interested to integrate it in kmongo. Also I will be happy to get suggestions about the preferred syntax. (the current one is still a work in progress)
The text was updated successfully, but these errors were encountered: