Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 227 Bytes

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 227 Bytes

CHANGELOGS

v0.1.0

  • Create KnexDB mixin
broker.createService({
  name: 'public',
  mixins: [
    KnexDbMixin({
      schema: 'adm',
      table: 'PubPost',
      knex: {
        configs
      }
    })
  ]
});