https://github.com/tegmentum/postgis_3d-sqlink-bridge
Phase 9.1 dynlink bridge — postgis_3d scoped scalars, aliased to postgis_core-composed shim (compose:dynlink runtime)
https://github.com/tegmentum/postgis_3d-sqlink-bridge
Last synced: 9 days ago
JSON representation
Phase 9.1 dynlink bridge — postgis_3d scoped scalars, aliased to postgis_core-composed shim (compose:dynlink runtime)
- Host: GitHub
- URL: https://github.com/tegmentum/postgis_3d-sqlink-bridge
- Owner: tegmentum
- Created: 2026-07-10T17:19:27.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-07-13T02:19:05.000Z (28 days ago)
- Last Synced: 2026-07-13T04:11:21.159Z (28 days ago)
- Language: Rust
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgis-3d-sqlite-bridge-dynlink
Phase A dynlink-mode sqlite bridge for `postgis_3d` (target `postgis_3d`).
Exports the declarative `sqlite:extension@1.0.0` metadata + scalar-
function contract. `metadata.describe()` advertises every scalar the
catalog names; `scalar-function.call(func-id, args)` routes per-row
invocations through `compose:dynlink/linker` against the resident
provider `postgis_3d-composed`. Aggregate / vtab / hook exports are
deferred to a follow-up.