Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
pluginsdk
✓ github.com/cloudquery/plugin-sdk
Defines a basic CloudQuery table schema using the SDK.
package main
import (
"github.com/cloudquery/plugin-sdk/v4/schema"
"github.com/cloudquery/plugin-sdk/v4/transformers"
)
func main() {
table := schema.Table{
Name: "my_table",
Columns: []schema.Column{
{Name: "id", Type: schema.TypeString, CreationOptions: schema.ColumnCreationOptions{PrimaryKey: true}},
},
}
_ = table
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.45.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.