A PostgreSQL storage driver for Botkit, version 0.1.0, enabling Botkit-powered chatbots to persist data (e.g., teams, users, channels) in a PostgreSQL database. It wraps the `pg` npm package and provides a simple configuration interface. The package has not been updated since 2017 and appears unmaintained. Compared to other Botkit storage backends (e.g., MongoDB, Redis), this one is minimal and lacks documentation for error handling or migrations.
npm install botkit-storage-postgresNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to initialize Botkit with PostgreSQL storage using environment variables for credentials and a basic hello command.
Replace 'require('botkit-storage-mysql')' with 'require('botkit-storage-postgres')'.Consider using a fork or alternative storage driver that is actively maintained.
Pin the exact version in package.json: "botkit-storage-postgres": "0.1.0"
Replace 'require('botkit-storage-mysql')' with 'require('botkit-storage-postgres')'.Use CommonJS require() as shown in the README.