Skip to content

Provide a JDBC wrapper #181

Open
Open
@haqer1

Description

@haqer1
Contributor

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

Activity

mvollmary

mvollmary commented on Apr 18, 2018

@mvollmary

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

Hubbitus commented on Jan 28, 2020

@Hubbitus

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

sshquack commented on Mar 1, 2022

@sshquack

@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

easyping commented on May 28, 2024

@easyping

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Hubbitus@sshquack@mvollmary@easyping@haqer1

        Issue actions

          Provide a JDBC wrapper · Issue #181 · arangodb/arangodb-java-driver