Now you can execute SQL queries right in your Slack input box! After config the database host and deploy the codes to whichever server, add the integration to Slack, then you can execute SQL query right in your Slack.
This is extremely useful for database administrators and engineers, without switching screen or opening another terminal, type the SQL query in Slack and you will get what you want!
Try it out:
1. Add an Slash command integration to your Slack. (like /sql)
2. Specify url as: https://slack-sql.herokuapp.com/
3. Execute the SQL query in Slack! For example, type "/sql select * from users", and magic happens!
To make it specify to your database host:
1. Get the source code of this project by clicking GET IT, and check out the README.md
CLI for Toptal Developer Blogs