module.exports = new HAPIRestAPI({
  table: 'numericpk_test',
  connection: pool,
  primaryKey: 'id',
  endpoint: '/api/1.0/numericpk',