trailsjs / trailpack-bookshelf

:package: Bookshelf.js Trailpack
MIT License
4 stars 2 forks source link

Feature: Unified model interface #17

Closed jamesjwarren closed 7 years ago

jamesjwarren commented 7 years ago

Brings this trailpack inline with the unified model interface used in other ORM trailpacks such as:

static config(app, bookshelf) {}
static schema(app, table) {
  // knex schema builder now available as the second arg
}

Resolves #16