etlplus.file.duckdb

etlplus.file.duckdb module.

Helpers for reading/writing DuckDB database (DUCKDB) files.

Notes

  • A DUCKDB file is a self-contained, serverless database file format used by

    DuckDB.

  • Common cases:
    • Analytical data storage and processing.

    • Embedded database applications.

    • Fast querying of large datasets.

  • Rule of thumb:
    • If the file follows the DUCKDB specification, use this module for reading

      and writing.

Classes

DuckdbFile()

Handler implementation for DuckDB files.