We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08975d9 commit 898c102Copy full SHA for 898c102
1 file changed
internal/types/common.go
@@ -0,0 +1,5 @@
1
+package types
2
+
3
+import "github.com/sqlc-dev/plugin-sdk-go/plugin"
4
5
+type TypeConversionFunc func(req *plugin.GenerateRequest, col *plugin.Column) string
0 commit comments