Tuesday, 17 September 2013

Sequelize use camel case in JS but underscores in table names

Sequelize use camel case in JS but underscores in table names

Is it possible to have column names be underscored (postgres) but have the
JavaScript getters be camelCase per language standards?

No comments:

Post a Comment