https://github.com/tegmentum/postgis-ducklink-bridge
Generated DuckDB extension that bridges the PostGIS DataFission wasm shim into DuckDB as native functions / aggregates / types / UDTFs.
https://github.com/tegmentum/postgis-ducklink-bridge
Last synced: 9 days ago
JSON representation
Generated DuckDB extension that bridges the PostGIS DataFission wasm shim into DuckDB as native functions / aggregates / types / UDTFs.
- Host: GitHub
- URL: https://github.com/tegmentum/postgis-ducklink-bridge
- Owner: tegmentum
- Created: 2026-06-24T21:57:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-07-08T01:53:42.000Z (about 1 month ago)
- Last Synced: 2026-07-08T02:14:15.362Z (about 1 month ago)
- Language: Rust
- Size: 402 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgis-duckdb-bridge-dynlink
Phase A dynlink-mode duckdb bridge for `postgis` (target `postgis`).
The bridge imports only `compose:dynlink/linker` and dispatches SQL
scalar arms as CBOR envelopes through the resident provider
`postgis-composed`. Aggregate / cast / table / pragma / column paths
return `duckerror::unsupported` at Phase A scope.