bx-jdbc
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 |
Installation
More from ortus-boxlang/skills
boxlang-functional-programming
Use this skill when working with BoxLang lambdas, closures, arrow functions, higher-order functions, functional array/struct pipelines (map, filter, reduce, flatMap, groupBy, etc.), destructuring, or spread syntax.
13boxlang-classes-and-oop
Use this skill when writing BoxLang classes, components, interfaces, inheritance hierarchies, annotations, properties, constructors, or applying object-oriented design patterns in BoxLang.
12boxlang-best-practices
Use this skill when writing, reviewing, or improving BoxLang code to ensure it follows community best practices for naming, structure, scoping, error handling, performance, and maintainability.
12boxlang-code-reviewer
Use this skill when reviewing BoxLang code for quality, correctness, security vulnerabilities, performance issues, style violations, or when providing structured code review feedback following BoxLang best practices and security guidelines.
12boxlang-configuration
Use this skill when configuring BoxLang runtime settings via boxlang.json, setting environment variables for config overrides, configuring datasources, caches, executors, modules, logging, security, or schedulers — or when helping someone understand the BoxLang configuration system.
11boxlang-web-development
Use this skill when building BoxLang web applications: Application.bx lifecycle, request/response handling, sessions, forms, REST APIs, HTTP clients, routing, CSRF protection, Server-Sent Events, or configuring CommandBox/MiniServer.
11