dogehouse icon indicating copy to clipboard operation
dogehouse copied to clipboard

Kousa: Arch: postgres table names are in camelCase

Open ityonemo opened this issue 3 years ago • 0 comments

typically one expects postgres column names to be in snake_case, to avoid confusion in case you should decide to port the code to an SQL that has... different casing rules. Ecto kind of expects columns to exist in snake_case. And it might cause headaches if you ever decide to go to Absinthe (elixir's GQL system) b/c Absinthe will try to automatically convert the GQLs from camelCase to sanke_case.

  • Not a high priority.
  • Must come after unit tests against all of the database tables

ityonemo avatar Feb 28 '21 03:02 ityonemo