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
From a DB query I get dictionaries with snake case attribute names, but the generated code only accepts camel case attribute names.
How can I change this, without the need to modify all generated files?
From a DB query I get dictionaries with snake case attribute names, but the generated code only accepts camel case attribute names.
How can I change this, without the need to modify all generated files?