helix-query-go
Installation
SKILL.md
Helix Query Authoring - Go
Write HelixDB Go SDK queries that are schema-aware, direct-request-first, and
easy for application engineers to call. The published v0.3.1 module remains
github.com/helixdb/helix-db/sdks/go, imported as helix; it does not gain a
/v3 suffix because the module has not reached major version 2.
Write ordinary Go functions that return helix.Request, declare parameters
inline on the query builder, and execute with
client.Exec(ctx, request, &out).
When To Use
Use this skill when the task is to: