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

Provide a JDBC wrapper #181

Open
haqer1 opened this issue Feb 19, 2018 · 4 comments
Open

Provide a JDBC wrapper #181

haqer1 opened this issue Feb 19, 2018 · 4 comments

Comments

@haqer1
Copy link
Contributor

haqer1 commented Feb 19, 2018

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.).

@mvollmary
Copy link

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.

@Hubbitus
Copy link

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

@sshquack
Copy link

sshquack commented Mar 1, 2022

@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

@easyping
Copy link

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

I have made the project available on github (https://github.com/easyping/ArangoDBJDBC) with more functionality.

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

5 participants