Adding support for lowercasing only the first character (#59) (#60)

Closes #59
This commit is contained in:
Fernando Contreras
2021-01-18 18:41:55 +01:00
committed by GitHub
parent 5b060fce6b
commit bc046ca656
7 changed files with 50 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ SELECT c.id, c.full_name
* UseSnakeCaseNamingConvention: `FullName` becomes `full_name`
* UseLowerCaseNamingConvention: `FullName` becomes `fullname`
* UseCamelCaseNamingConvention: `FullName` becomes `fullName`
* UseUpperCaseNamingConvention: `FullName` becomes `FULLNAME`
Have another naming convention in mind? Open an issue or even submit a PR - it's pretty easy to do!