How to use feathers-knex - 1 common examples

To help you get started, we’ve selected a few feathers-knex examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github root-systems / catstack / app / service.js View on Github external
function dbService (options) {
  var db = require('app/db').default

  return knexService(
    assign(options, {
      Model: db
    })
  )
}

feathers-knex

A service plugin for KnexJS a query builder for PostgreSQL, MySQL and SQLite3

MIT
Latest version published 3 years ago

Package Health Score

57 / 100
Full package analysis

Popular feathers-knex functions