-
Notifications
You must be signed in to change notification settings - Fork 10
feat(kotlin): provide operators through extension functions #11
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
Comments
Hello! Thanks for the suggestion. I'm a big fan of Kotlin and I think this is really a great idea! Probably if one of my Kotlin projects was using JSON with Jooq, I would have added support for extension functions myself already. It would be really great if you would be able to work on this and provide a pull request to add it! Please keep the following things in mind, though:
I hope the above pointers are reasonable and not too much of a burden, because I don't want to kill your enthusiasm for contributing! Let me know what you think, and if you feel comfortable with the above please proceed and I'd be very happy to include your contributions. |
Thank you for your answer on this subject. I'm very interested about contributing to the lib for Kotlin support 🎉. For now, I'm working currently on a JOOQ presentation for a meetup, but as soon as this will be done, I will work on multiple PR for this evolution. I will try to do it step by step to avoid a huge MR with a lot of changes… |
To use a more fluent syntax, we provide some extension functions in the kotlin context. All the code is just a bridge with real java implementation. Closes t9t#11
To use a more fluent syntax, we provide some extension functions in the kotlin context. All the code is just a bridge with real java implementation. Closes t9t#11
To use a more fluent syntax, we provide some extension functions in the kotlin context. All the code is just a bridge with real java implementation. Closes t9t#11
To use a more fluent syntax, we provide some extension functions in the kotlin context. All the code is just a bridge with real java implementation. Closes t9t#11
To use a more fluent syntax, we provide some extension functions in the kotlin context. All the code is just a bridge with real java implementation. Closes t9t#11
To use a more fluent syntax, we provide some extension functions in the kotlin context. All the code is just a bridge with real java implementation. Closes t9t#11
To use a more fluent syntax, we provide some extension functions in the kotlin context. All the code is just a bridge with real java implementation. Closes t9t#11
To use a more fluent syntax, we provide some extension functions in the kotlin context. All the code is just a bridge with real java implementation. Closes #11
Hi,
First, I want to thank you for providing this library to simplify the integration of JSONB with JOOQ 👍.
My issue is about providing extension functions for Kotlin projects. Now, jooq supports Kotlin from generator to code, so it could be good to be able to use this kind of syntax:
If you are interested, I can provide a PR for that if you let me know how do you want to proceed to integrate Kotlin code.
The text was updated successfully, but these errors were encountered: