slack-ruby-bot-server-events-sample icon indicating copy to clipboard operation
slack-ruby-bot-server-events-sample copied to clipboard

Is there a way I can migrate this to postgres database?

Open amar-sharma opened this issue 3 years ago • 3 comments

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?

amar-sharma avatar May 22 '22 11:05 amar-sharma

is this even still maintained?

theasteve avatar May 24 '22 19:05 theasteve

MongoDB and Postgres are both supported.
@amar-sharma

crazyoptimist avatar May 30 '22 10:05 crazyoptimist

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.

markokajzer avatar Jan 05 '23 11:01 markokajzer