clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
490 stars 110 forks source link

Table name is wrong when it is pluralized. #70

Closed rahulkulmi closed 7 years ago

rahulkulmi commented 7 years ago

Table name is not pluralized properly when model name end with "y" like that category is become categorys which is wrong it will become categories. So please consider it is a bug and fix this in next reales.

M1chaelTran commented 7 years ago

this issue has been raised #48

My current work around is using the tableName property.

rahulkulmi commented 7 years ago

@M1chaelTran Thanks for reply.