dbx/plugins/jdbc
二丫讲梵 8e5eac9eab
feat(workflow): 添加同步到 CNB 的工作流
2026-06-18 11:42:54 +08:00
..
bin feat(jdbc): install drivers from Maven bundles 2026-06-11 21:41:37 +08:00
src fix(jdbc): handle taos query result sets 2026-06-16 16:09:55 +08:00
README.md fix(jdbc): stabilize plugin release versioning 2026-05-18 15:10:08 +08:00
manifest.json feat(workflow): 添加同步到 CNB 的工作流 2026-06-18 11:42:54 +08:00
package.sh feat(jdbc): install drivers from Maven bundles 2026-06-11 21:41:37 +08:00
pom.xml feat(workflow): 添加同步到 CNB 的工作流 2026-06-18 11:42:54 +08:00

README.md

DBX JDBC Plugin Prototype

This is an optional sidecar plugin for DBX. It is not bundled with the main DBX app.

Build

mvn -q -DskipTests package
mkdir -p lib
cp target/dbx-jdbc-plugin-*-all.jar lib/dbx-jdbc-plugin.jar

Package for release

./package.sh

The package version follows the JDBC plugin version in pom.xml and manifest.json. The package script writes both dbx-jdbc-plugin-<version>.zip and dbx-jdbc-plugin-latest.zip.

Install for local DBX

Copy this folder to the DBX app data plugin directory:

<DBX app data>/plugins/jdbc

The folder must contain:

manifest.json
bin/dbx-jdbc-plugin
lib/dbx-jdbc-plugin.jar

DBX does not bundle Java or JDBC drivers. Install Java locally and add database-specific driver JAR paths in the DBX JDBC connection form.