提交 2b863a6f 编写于 作者: S serge-rider

#2593 Neo4j driver + icon

上级 f9d199c0
...@@ -895,6 +895,19 @@ ...@@ -895,6 +895,19 @@
<file type="jar" path="maven:/com.orientechnologies:orientdb-jdbc:RELEASE[1.7]"/> <file type="jar" path="maven:/com.orientechnologies:orientdb-jdbc:RELEASE[1.7]"/>
</driver> </driver>
<!-- Neo4j -->
<driver
id="neo4j_jdbc"
label="Neo4j"
icon="icons/neo4j_icon.png"
class="org.neo4j.jdbc.Driver"
sampleURL="jdbc:neo4j:bolt://{host}[:{port}]/"
defaultPort="7687"
description="Neo4j JDBC driver"
webURL="https://github.com/neo4j-contrib/neo4j-jdbc">
<file type="jar" path="maven:/org.neo4j:neo4j-jdbc-driver:RELEASE"/>
</driver>
<!-- PrestoDB --> <!-- PrestoDB -->
<driver <driver
id="presto_jdbc" id="presto_jdbc"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册