An open API service indexing awesome lists of open source software.

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.

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.