vidigami / backbone-sql

PostgreSQL, MySQL, and SQLite3 storage for BackboneORM
http://vidigami.github.io/backbone-orm/backbone-sql.html
MIT License
14 stars 8 forks source link

Document the calling order of ensureSchema #19

Open kmalakoff opened 9 years ago

kmalakoff commented 9 years ago

@marcelklehr encountered "TypeError: Cannot read property 'schema' of undefined" due to calling order of Model.db().ensureSchema(): https://github.com/vidigami/backbone-rest/issues/11

Please document an example.