Snake casing translator for Postgres?
Posted: Wed 22 Mar 2017 22:43
Postgres standard naming convention uses snake casing, however there seems to be no translator to convert a class model name to snake casing (database table name, database column name)?
Example
From: CustomerGroup (Pascal casing)
To: customer_group (Snake casing)
Snake casing is unavailable

Work-around solution: (Manually retyping all every table name and column name???)

Example
From: CustomerGroup (Pascal casing)
To: customer_group (Snake casing)
Snake casing is unavailable

Work-around solution: (Manually retyping all every table name and column name???)
