提交 d3ccfaab 编写于 作者: S serge@jkiss.org

#5546 FoundationDB driver config

上级 e4451155
...@@ -1006,6 +1006,20 @@ ...@@ -1006,6 +1006,20 @@
<file type="jar" path="maven:/io.crate:crate-jdbc:RELEASE"/> <file type="jar" path="maven:/io.crate:crate-jdbc:RELEASE"/>
</driver> </driver>
<!-- CreateDB -->
<driver
id="foundationdb"
label="FoundationDB"
class="com.foundationdb.sql.jdbc.Driver"
sampleURL="jdbc:fdbsql://{host}[:{port}]/{database}"
defaultPort="15432"
description="FoundationDB JDBC driver"
webURL="https://crate.io/docs/clients/jdbc/en/latest/"
categories="sql">
<file type="jar" path="maven:/com.foundationdb:fdb-sql-layer-jdbc:RELEASE"/>
</driver>
<!-- Legacy deprecated drivers --> <!-- Legacy deprecated drivers -->
<driver <driver
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册