Guide
The forthcoming v3 Go SDK builds the shared operation-tree AST and executes it through
a typed client.
The v3 SDK packages have not been published yet. The Go SDK keeps the module path
github.com/helixdb/helix-db/sdks/go; it does not add a /v3 suffix.Install
Define a query
Execute
helix.WriterOnly() and helix.AwaitDurability(true) execution
options. The client does not retry conflicts automatically.
Embedded runtime
Install the SDK withgo get github.com/helixdb/helix-db/sdks/go. See
Embedded database
for storage, cache, and handle configuration.
Verify
Next steps
Parameters
Bind typed values and bounds.
Error handling
Diagnose validation, conflict, and runtime failures.