Package org.duckdb
package org.duckdb
The DuckDB JDBC driver. Connect like so:
Class.forName("org.duckdb.DuckDBDriver");
Connection conn = DriverManager.getConnection("jdbc:duckdb:");
-
ClassDescriptionDeprecated.Basic wrapper for the JSON type - modelled after the jackson databind JsonNode