JDBC Support
Are there any plans to support JDBC?
We don't have plans to do so at the moment. Of course, we do accept pull requests.
I am aware of some discussion in the past about making a JDBC driver. At least two areas of challenge (if I recall correctly) were that hierarchical data isn't a natural fit for JDBC, and that mapping Ion's data types to JDBC types would be non-trivial.
Hi David, Thank you for your response.
I didn't understand "we do accept pull requests". Is that about http requests?
Thanks, Amit
On Friday, May 8, 2020, 6:05:13 PM EDT, David Lurton <[email protected]> wrote:
We don't have plans to do so at the moment. Of course, we do accept pull requests.
I am aware of some discussion in the past about making a JDBC driver. At least two areas of challenge (if I recall correctly) were that hierarchical data isn't a natural fit for JDBC, and that mapping Ion's data types to JDBC types would be non-trivial.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi David, Thank you for your response. I didn't understand "we do accept pull requests". Is that about http requests? Thanks,
That was more of an invitation. We would be delighted to review an implementation and incorporated it. :)
I've started on some work on this here: https://github.com/hatf0/partiql_jdbc. Currently there's a lot of functionality missing (and it currently only builds via ~~Maven~~gradle, subject to change), however, it's definitely functional as a prototype. There are examples on how to use here (within the unit tests). I'm slowly building out more and more functionality, and I'd love any/all feedback.