sqlgen icon indicating copy to clipboard operation
sqlgen copied to clipboard

Go tool for generating sql scanners, sql statements and other helper functions

Results 2 sqlgen issues
Sort by recently updated
recently updated
newest added

I tried to remove TODO. if you have a time, please check it.

This short-circuits the type parsing so that when it hits an element named "SQLName" it will automatically tack the tags parsed for that onto the parent type. This allows us...