diff --git a/README.md b/README.md index 8b1a46d..816ad66 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ SELECT c.id, c.full_name * UseLowerCaseNamingConvention: `FullName` becomes `fullname` * UseCamelCaseNamingConvention: `FullName` becomes `fullName` * UseUpperCaseNamingConvention: `FullName` becomes `FULLNAME` +* UseUpperSnakeCaseNamingConvention: `FullName` becomes `FULL_NAME` Have another naming convention in mind? Open an issue or even submit a PR - it's pretty easy to do!