PureSQL icon indicating copy to clipboard operation
PureSQL copied to clipboard

Support snake_case to camelCase name mapping

Open occash opened this issue 2 months ago • 0 comments

It’s more natural to define SQL tables and columns in snake_case, but the generated Swift code currently keeps those names as-is.

It would be great to have an option in the YAML configuration to automatically convert identifiers from snake_case to camelCase in Swift code.

occash avatar Nov 02 '25 23:11 occash