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.