DuckDB
DuckDB is an in-process SQL OLAP database management system.
As an in-process database, DuckDB is easy to configure: specify the path to your DuckDB filename as the database name, e.g. <PATH_TO_YOUR_DUCKDB_FILE>/duckdb
.
Option | Info |
---|---|
Type | Relational |
Driver | |
Version Included | 0.7.0 |
Hop Dependencies | None |
Documentation | |
JDBC Url | jdbc:duckdb: (in memory) or jdbc:duckdb:<FILE_PATH> |
Driver folder | Hop Installation/plugins/databases/duckdb/lib |