Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

JDBC driver #245

Open
mattarderne opened this issue Nov 14, 2017 · 1 comment
Open

JDBC driver #245

mattarderne opened this issue Nov 14, 2017 · 1 comment

Comments

@mattarderne
Copy link

Support for a generic JDBC driver would be incredibly useful.
I'm not sure how feasible this would be?

@n-riesco
Copy link
Contributor

It's doable, but as far as I know, there is no self-contained package distributed in npm.

I looked into this at the time I wrote a connector based on beeline (this beeline-based connector isn't currently distributed with Falcon).

At that time, I found node-jdbc, but I decided not to use it, because one has to install a JDBC driver for node-jdbc to work, and I didn't really want to have that burden.

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

No branches or pull requests

2 participants