geddy / model

Datastore-agnostic ORM in JavaScript
265 stars 55 forks source link

when forceCamel = true, generated Properties should be camel case too #160

Open der-On opened 10 years ago

der-On commented 10 years ago

This is the case for:

updatedAt, createdAt and all foreign keys created through associations.

mde commented 10 years ago

Whoa. This is a hell of a lot of work and added complexity. This might actually be an argument for not supporting snake_case at all.