Skip to content

Commit eee26a6

Browse files
peeyeeuslss
andauthored
Add support for DolphinDB (dbeaver#34990)
* Add support for the time-series database DolphinDB. * set parameters for get/set active db. * Replace the icons with a transparent ones. --------- Co-authored-by: Diana <[email protected]>
1 parent f9f70ff commit eee26a6

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed
Loading
Loading
Loading
Loading

plugins/org.jkiss.dbeaver.ext.generic/plugin.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,28 @@
859859
<parameter name="identifier-quotes" value="`:`"/>
860860
</driver>
861861

862+
<!-- DolphinDB -->
863+
<driver
864+
id="DolphinDB"
865+
label="DolphinDB"
866+
class="com.dolphindb.jdbc.Driver"
867+
sampleURL="jdbc:dolphindb://{host}:{port}"
868+
defaultPort="8848"
869+
icon="icons/dolphindb_icon.png"
870+
iconBig="icons/dolphindb_icon_big.png"
871+
description="DolphinDB Driver"
872+
supportedConfigurationTypes="MANUAL,URL"
873+
webURL="https://github.com/dolphindb/jdbc"
874+
categories="sql,analytic,timeseries">
875+
<file type="jar" path="maven:/com.dolphindb:jdbc:RELEASE[3.00.1.0]" />
876+
<parameter name="supports-references" value="false"/>
877+
<parameter name="supports-truncate" value="true"/>
878+
<parameter name="omit-catalog" value="false"/>
879+
<parameter name="alter-table-add-column" value="true"/>
880+
<parameter name="query-get-active-db" value="getCurrentCatalog()"/>
881+
<parameter name="query-set-active-db" value="set catalog ?"/>
882+
</driver>
883+
862884
<!-- OrientDB -->
863885
<driver
864886
id="orientdb_jdbc"

0 commit comments

Comments
 (0)