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
Configuration to use UUID instead of uint for the ID field. In the wizard-config.yaml we can pass the id_type field to indicate that we want to use UUID
Configuration to use UNIX instead of time.Time for the created_at and updated_at field. In the wizard-config.yaml we can pass the time_type field to indicate that we want to use UNIX
Now we support the v1.0.0 version of the db-query-builder package to manage the nulls when inserting or updating
BollToNull handler when inserting or updating
Ref
The string parser helper functions now concatenates with a buffer.WriteString instead of using the += operator`