botkit-storage-postgres

0.1.0 • Public • Published

botkit-storage-postgres

Postgres storage module for Botkit

Usage

Install with npm

npm install botkit-storage-postgres --save

and require it and use it:

var botkitStoragePostgres = require('botkit-storage-mysql');
var Botkit = require('botkit');

var controller = Botkit.slackbot({
  storage: botkitStoragePostgres({
    host: 'localhost',
    user: 'botkit',
    password: 'botkit',
    database: 'botkit'
  })
});

Package Sidebar

Install

npm i botkit-storage-postgres

Weekly Downloads

0

Version

0.1.0

License

Apache 2.0

Last publish

Collaborators

  • einoodle