arangodb-java-driver icon indicating copy to clipboard operation
arangodb-java-driver copied to clipboard

Provide a JDBC wrapper

Open haqer1 opened this issue 7 years ago • 4 comments

Some features of JEE (compatible app servers) require a supported datastore. This usually involves a JDBC datastore (tied to a JNDI name). Using ArangoDB for such features seems to be problematic at present due to absence of a JDBC-compatible driver/wrapper. Such a wrapper wouldn't need to be 100% compatible. Just support for simple inserts & reads might be sufficient (at least initially): for what i have in mind, it might even work without any support for joins (in reads), & without any support for transactional isolations levels (perhaps with just no-op stubs, etc.).

haqer1 avatar Feb 19 '18 07:02 haqer1

Thanks for your feedback. I'll address that internally. Due to the current workload I do not believe that we will be active here in the near future.

mvollmary avatar Apr 18 '18 11:04 mvollmary

I found some attempt of implementation http://www.hcbraun.de/Programme/ArangoDB-JDBC/arangodb-jdbc.html But description on German and is not complete.

Hubbitus avatar Jan 28 '20 14:01 Hubbitus

@rashtao Please consider adding this feature. This will allow IDEs like Jetbrains IntelliJ, DataGrip and Rider that depend on JDBC drivers to work. https://youtrack.jetbrains.com/issue/DBE-4933

sshquack avatar Mar 01 '22 21:03 sshquack