mahaplatform/backframe

View on GitHub
example/src/services/bookshelf.js

Summary

Maintainability
A
0 mins
Test Coverage
import Bookshelf from 'bookshelf'
import knex from './knex'

const bookshelf = Bookshelf(knex)

bookshelf.plugin('virtuals')

export default bookshelf