bx-jdbc
Installation
SKILL.md
bx-jdbc: JDBC Driver Modules
BoxLang provides separate installable JDBC driver modules — one per database vendor. Install only the driver you need.
Available JDBC Driver Modules
| Module | Database | Install Command |
|---|---|---|
bx-derby |
Apache Derby (embedded/server) | install-bx-module bx-derby |
bx-hypersql |
HyperSQL (in-memory/file) | install-bx-module bx-hypersql |
bx-mysql |
MySQL 8+ | install-bx-module bx-mysql |
bx-mariadb |
MariaDB | install-bx-module bx-mariadb |
bx-mssql |
Microsoft SQL Server | install-bx-module bx-mssql |
bx-oracle |
Oracle DB | install-bx-module bx-oracle |
bx-postgresql |
PostgreSQL | install-bx-module bx-postgresql |
bx-sqlite |
SQLite (embedded file) | install-bx-module bx-sqlite |