DEV Community

Cover image for Go struct to SQL web tool.
cheikh
cheikh

Posted on

Go struct to SQL web tool.

A tool to convert your Go struct into a CREATE TABLE query, with the specified fields as column names. It also has a feature to specify the column type of a Go field type.

https://cheikhshift.github.io/struct-to-sql/

Top comments (0)