slack-ruby-bot-server-events-sample
slack-ruby-bot-server-events-sample copied to clipboard
Is there a way I can migrate this to postgres database?
I would like to migrate the bot and integrate it with my existing Postgres database. Is it possible without a slack-ruby-bot-server-events rewrite?
is this even still maintained?
MongoDB and Postgres are both supported.
@amar-sharma
It just uses https://github.com/slack-ruby/slack-ruby-bot-server, so you can follow the guide at https://github.com/slack-ruby/slack-ruby-bot-server#activerecord to see how to set it up with ActiveRecord+Postgres.