@tobio/botkit-storage-postgres

0.2.0 • Public • Published

NOT MAINTAINED

This project is not maintained and is not used by creators anymore. If anybody want to maintain the project, fork it or write us.

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-postgres');
var Botkit = require('botkit');

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

Requirements

  • Node 6.7 or later
  • Postgres 9.5 or later

/@tobio/botkit-storage-postgres/

    Package Sidebar

    Install

    npm i @tobio/botkit-storage-postgres

    Weekly Downloads

    3

    Version

    0.2.0

    License

    Apache-2.0

    Unpacked Size

    20.4 kB

    Total Files

    9

    Last publish

    Collaborators

    • tobio