pg_ducklake

February 12, 2026 ยท View on GitHub

PostgreSQL extension that integrates DuckLake with PostgreSQL via pg_duckdb.

Documentation

See CLAUDE.md for comprehensive documentation including:

  • Build instructions
  • Architecture overview
  • Development workflow
  • Testing

Build from Source

git submodule update --init --recursive
# (Optional)
make install_pg_duckdb
make install