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

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)

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.