1602 / jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...
http://1602.github.io/jugglingdb/
2.04k stars 241 forks source link

To set the table name, use `table`, not `tableName` #336

Closed kapouer closed 10 years ago

kapouer commented 10 years ago

Inspection of jugglingdb code (Schema.prototype.tableName) suggests the schema setting is table

1602 commented 10 years ago

Thanks!