UNPKG

node-sitefile

Version:

Bootstrap Express webserver for misc. resources using Sitefile

9 lines (6 loc) 194 B
var bookshelf = require('bookshelf')(knex); // TODO: fork bookshelf-api and see about extending it. module.exports = bookshelf.Model.extend({ tableName: 'documents', hasTimestamps: [] });