Page 1 of 1

Snake casing translator for Postgres?

Posted: Wed 22 Mar 2017 22:43
by RobertK
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
Image

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

Re: Snake casing translator for Postgres?

Posted: Thu 23 Mar 2017 18:32
by Shalex

Re: Snake casing translator for Postgres?

Posted: Fri 21 Apr 2017 17:08
by Shalex
The Snake case in both Model and Database naming rules is supported. We will notify you when the new build of Entity Developer is available for download.

Re: Snake casing translator for Postgres?

Posted: Fri 26 May 2017 18:07
by Shalex
The Snake case in both Model and Database naming rules is supported via the new "Add underscore" option in the new build: viewtopic.php?f=32&t=35443.