duckdb / duckdb-java

DuckDB JDBC Driver
https://duckdb.org/docs/api/java.html
17 stars 6 forks source link

Native support #8

Closed MarcAnB closed 3 weeks ago

MarcAnB commented 1 month ago

Hello,

I am currently trying to use DuckDb as a dependency of an application built natively using graalvm. To do so, I need this class to be public: src/main/java/org/duckdb/DuckDBNative.java

So I can register it for native usage, Thanks

Mause commented 1 month ago

That class is an internal class, not intended for public consumption. Can you direct us to the docs stating that it needs to be public?