nebula-contrib / nebula-jdbc

The JDBC connector for Nebula Graph.
41 stars 15 forks source link

jdbc URL string support #34

Open wey-gu opened 2 years ago

wey-gu commented 2 years ago

As discussed in https://github.com/nebula-contrib/nebula-jdbc/issues/27

wey-gu commented 2 years ago

f548602 is the change proposed by @corradomio

This PR is easier for contributors to co-author and collaboration on bringing standard URL string support for nebula-jdbc.

wey-gu commented 2 years ago

cc @Young-Flash @Nicole00

wey-gu commented 2 years ago

We need help to review/polish/refactor this change.

xiajingchun commented 2 years ago

Another thing is, using the common way to load driver class won't get it registered yet. Need to add to NebulaDriver some static code to call DriverManager.registerDriver(), in addtion to the constructor.