Support for Camel Case #228
-
Hello, Is there any support or thoughts to having the ability to take in a query with camel case fields, translate to snake case for the db and then output in camel case? Or are there any settings for this? The reason I ask is that my preference is snake case in the db, but camel case in API interaction and wanted to get your thoughts. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That makes sense and could be provided as an option. Essentially the code when enabled would have to set the camel case as the field / table alias, generate a snake case version and set it as the field / table name. Sort of an automatic version of the below query.
|
Beta Was this translation helpful? Give feedback.
That makes sense and could be provided as an option. Essentially the code when enabled would have to set the camel case as the field / table alias, generate a snake case version and set it as the field / table name. Sort of an automatic version of the below query.