fastapi-code-generator
fastapi-code-generator copied to clipboard
How can I make the generated code to accept camel case attribute names?
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?