SQLCRelease(goos, goarch, root_file, sqlc, version)
Contains information about the SQLC release used in the toolchain
FIELDS
Name | Description |
---|---|
goos | The host OS the release was built for. |
goarch | The host architecture the release was built for. |
root_file | The file at the base of the toolchain context |
sqlc | The sqlc binary to execute |
version | The version of the sqlc binary used |