Skip to content
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

Add a JDBC module #59

Closed
gbrail opened this issue May 22, 2014 · 0 comments
Closed

Add a JDBC module #59

gbrail opened this issue May 22, 2014 · 0 comments

Comments

@gbrail
Copy link
Contributor

gbrail commented May 22, 2014

There are some databases out there without native Node.js drivers, and it'd be better to have a way to use them that takes advantage of the power of Java.

Create a "trireme-jdbc" NPM module that is backed by a native Java module that exposes JDBC. At the very least, it should:

  • Allow connections to any JDBC driver in the class path using the usual convention of a JDBC URL.
  • Support common properties on the connection
  • Support prepared statements, wildcards, and other basic ways of executing queries
  • Can return query results to an EventListener as in a stream

It's debatable whether this should support connection pooling -- if it does not, then we will need another Node.js module to do that part.

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

No branches or pull requests

1 participant