mono-postgres

0.0.1 • Public • Published

mono-postgres

PostreSQL module for Mono

npm version Travis Coverage license

Installation

npm install --save mono-postgres

Then, in your configuration file of your Mono application (example: conf/application.js):

module.exports = {
  mono: {
    modules: ['mono-postgres']
  }
}

Configuration

mono-postgres will use the mono.postgres property of your configuration (example: conf/development.js):

module.exports = {
  mono: {
    postgres: {
      /* Module options */
    }
  }
}

Usage

In your src/ files of your Mono project, you can access hello like this:

const { hello } = require('mono-postgres')

hello()

Development / Contribution

See the contribution guidelines of this project.

License

Apache-2.0 © AdminLP

Readme

Keywords

Package Sidebar

Install

npm i mono-postgres

Weekly Downloads

1

Version

0.0.1

License

Apache-2.0

Unpacked Size

12.9 kB

Total Files

4

Last publish

Collaborators

  • vkryuchkov