You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
In the current process, table name of sql depends on original struct difinition.
If we wanna use snake case table name in sql, we should change struct dieinition name into with snake case :trex
That takes a bit labor.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/OdaDaisuke/quikman/blob/master/cmd/quikman/generator.go#L68
In the current process, table name of sql depends on original struct difinition.
If we wanna use snake case table name in sql, we should change struct dieinition name into with snake case :trex
That takes a bit labor.
The text was updated successfully, but these errors were encountered: