UNPKG

bookshelf-protected-columns

Version:

A plugin for bookshelf.js that allows for the protection of columns

9 lines 150 B
module.exports = { client: 'mysql', connection: { host: 'mysql', user: 'root', password: 'secret', database: 'application', }, }