Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
node-sitefile / example / bookshelf / models / Document.js
Size: Mime:
var bookshelf = require('bookshelf')(knex);

// TODO: fork bookshelf-api and see about extending it.
module.exports = bookshelf.Model.extend({
  tableName: 'documents',
  hasTimestamps: []
});