dbx/plugins
t8y2 3719d60dbc fix(jdbc): catch AbstractMethodError for getSchema/getCatalog
OceanBase Oracle JDBC driver does not implement getSchema() and
potentially getCatalog(), causing AbstractMethodError crashes.

Closes #336
2026-05-19 17:51:36 +08:00
..
jdbc fix(jdbc): catch AbstractMethodError for getSchema/getCatalog 2026-05-19 17:51:36 +08:00
README.md docs(repo): add directory readmes 2026-05-18 02:50:50 +08:00

README.md

Plugins

DBX extension plugins live here.

Plugins are not Node packages, so they intentionally stay separate from packages/.

Directories

  • jdbc/ - optional Java/JDBC plugin for connecting through vendor JDBC drivers and custom JDBC URLs.

Plugin build artifacts, downloaded driver JARs, and local targets are ignored by Git.