https://github.com/lucee/extension-jdbc-duckdb
Lucee DuckDB Extension
https://github.com/lucee/extension-jdbc-duckdb
duckdb lucee
Last synced: 10 months ago
JSON representation
Lucee DuckDB Extension
- Host: GitHub
- URL: https://github.com/lucee/extension-jdbc-duckdb
- Owner: lucee
- Created: 2025-06-20T09:44:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-24T08:59:28.000Z (12 months ago)
- Last Synced: 2025-08-25T12:38:47.717Z (11 months ago)
- Topics: duckdb, lucee
- Language: ColdFusion
- Homepage:
- Size: 97.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucee DuckDB JDBC Extension
https://duckdb.org/docs/stable/clients/java
https://github.com/duckdb/duckdb-java
https://mvnrepository.com/artifact/org.duckdb/duckdb_jdbc
Requires Lucee 6.2.1 or newer
[](https://github.com/lucee/extension-jdbc-duckdb/actions/workflows/main.yml)
Issues: https://luceeserver.atlassian.net/issues/?jql=labels%20%3D%20duckdb
Manual Downloads: https://download.lucee.org/#811918E2-796C-4354-8374B1F331118AEB
### OSGI
In order for this to work, we needed OSGI Metadata to be added to DuckDB-java client
https://github.com/duckdb/duckdb-java/issues/285
OSGI update, the initial duckdb java release with OSGI, 1.3.2.0 has the wrong bundle version, 1.4.0.0
https://github.com/duckdb/duckdb-java/issues/309
The bundled jar has the MANIFEST.mf metadata corrected