fastapi-code-generator icon indicating copy to clipboard operation
fastapi-code-generator copied to clipboard

How can I make the generated code to accept camel case attribute names?

Open ChrisDAT20 opened this issue 1 year ago • 0 comments

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?

ChrisDAT20 avatar Jun 28 '24 12:06 ChrisDAT20