https://github.com/tegmentum/timescale_toolkit_categorical-sqlink-bridge
Auto-generated compose:dynlink bridge — sql-extension-catalog target timescale_toolkit_categorical → sqlite:extension. Emitted by sqlink-shim-codegen --dynlink.
https://github.com/tegmentum/timescale_toolkit_categorical-sqlink-bridge
Last synced: 9 days ago
JSON representation
Auto-generated compose:dynlink bridge — sql-extension-catalog target timescale_toolkit_categorical → sqlite:extension. Emitted by sqlink-shim-codegen --dynlink.
- Host: GitHub
- URL: https://github.com/tegmentum/timescale_toolkit_categorical-sqlink-bridge
- Owner: tegmentum
- Created: 2026-07-09T21:23:01.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-07-11T13:19:56.000Z (30 days ago)
- Last Synced: 2026-07-11T15:10:14.115Z (30 days ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timescale-toolkit-categorical-sqlite-bridge-dynlink
Phase A dynlink-mode sqlite bridge for `timescale_toolkit_categorical` (target `timescale_toolkit_categorical`).
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 `timescale_toolkit_categorical-composed`. Aggregate / vtab / hook exports are
deferred to a follow-up.