duckdb_fdw
DuckDB Foreign Data Wrapper
duckdb_fdw : DuckDB Foreign Data Wrapper
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 2470 | duckdb_fdw | duckdb_fdw | 1.4.3 |
OLAP | MIT | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --s-d-r | No | Yes | No | Yes | yes | no |
| Relationships | |
|---|---|
| See Also | pg_duckdb pg_ducklake pg_mooncake pg_clickhouse pg_parquet pg_lake aws_s3 file_fdw pg_bulkload pg_stat_ch |
depend on pg_duckdb’s libduckdb, memory mode is break
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY | 1.4.3 |
18 17 16 15 14 | duckdb_fdw |
- |
| RPM | PIGSTY | 1.4.3 |
18 17 16 15 14 | duckdb_fdw_$v |
pg_duckdb_$v |
| DEB | PIGSTY | 1.4.3 |
18 17 16 15 14 | postgresql-$v-duckdb-fdw |
postgresql-$v-pg-duckdb |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| el8.aarch64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| el9.x86_64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| el9.aarch64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| el10.x86_64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| el10.aarch64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| d12.x86_64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| d12.aarch64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| d13.x86_64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| d13.aarch64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| u22.x86_64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| u22.aarch64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| u24.x86_64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| u24.aarch64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| u26.x86_64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
| u26.aarch64 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 | PIGSTY 1.4.3 |
Source
github.com/alitrack/duckdb_fdw
duckdb_fdw-1.4.3.tar.gz
Install
Make sure PGDG and PIGSTY repo available:
Install this extension with pig:
Create this extension with:
Usage
This extension is currently broken and conflict with pg_duckdb & pg_mooncake
Create Extension
After install the duckdb_fdw yum package, you can create the extension inside PostgreSQL database:
You can also import foreign schema from duckdb server, for example, create a table with duckdb cli:
Then import the schema into PostgreSQL: