提交 416b90ad 编写于 作者: S serge-rider

#6617 SQLite crypt driver


Former-commit-id: f2c79516
上级 5c1e5a4f
......@@ -471,6 +471,28 @@
<parameter name="supports-stored-code" value="false"/>
<parameter name="supports-truncate" value="false"/>
</driver>
<driver
id="sqlite_jdbc_crypt"
label="SQLite (Encrypted)"
icon="icons/sqlite_icon.png"
iconBig="icons/sqlite_icon_big.png"
class="org.sqlite.JDBC"
sampleURL="jdbc:sqlite:{file}"
defaultPort=""
webURL="https://github.com/Willena/sqlite-jdbc-crypt"
propertiesURL="https://www.sqlite.org/pragma.html"
embedded="true"
description="SQLite JDBC Driver with encryption and authentication support"
categories="sql,embedded">
<file type="jar" path="maven:/io.github.willena:sqlite-jdbc:RELEASE"/>
<parameter name="supports-references" value="true"/>
<parameter name="supports-struct-cache" value="false"/>
<parameter name="supports-indexes" value="true"/>
<parameter name="supports-stored-code" value="false"/>
<parameter name="supports-truncate" value="false"/>
</driver>
<driver
id="teradata"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册