提交 474dbbd1 编写于 作者: S serge-rider

#5338 CrateDB driver config

上级 1218bb2a
......@@ -990,6 +990,24 @@
categories="analytics,sql">
</driver>
<!-- CreateDB -->
<!--
icon="icons/cratedb_icon.png"
iconBig="icons/cratedb_icon_big.png"
-->
<driver
id="cratedb"
label="CrateDB"
class="io.crate.client.jdbc.CrateDriver"
sampleURL="crate://{host}[:{port}]/"
defaultPort="5432"
description="CrateDB JDBC driver"
webURL="https://crate.io/docs/clients/jdbc/en/latest/"
categories="sql">
<file type="jar" path="maven:/io.crate:crate-jdbc:RELEASE"/>
</driver>
<!-- Legacy deprecated drivers -->
<driver
......@@ -1433,6 +1451,9 @@
<repository id="monetdb-maven-repo" name="MonetDB Repository" url="https://clojars.org/repo/" order="20">
<scope group="monetdb"/>
</repository>
<repository id="cratedb-maven-repo" name="CrateDB Repository" url="https://dl.bintray.com/crate/crate" order="21">
<scope group="io.crate"/>
</repository>
</extension>
</plugin>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册