-
Notifications
You must be signed in to change notification settings - Fork 1
Set up & Require
Branden Horiuchi edited this page Sep 18, 2015
·
2 revisions
If the name didn't give it away, knex-schemer requires a Knex.js instance to function. Once knex has been required, pass it as an argument when requiring knex-schemer and you are good to go. |
var schemer = require('knex-schemer')(knex);
knex-schemer