IntelliJ IDEA - Multiple DB Consoles (And Recovering Ones You Didn't Intend To Close)
I use the Database view/plugin in InelliJ IDEA quite often. It’s actually become my “go to” editor for SQL scripts because of it’s responsiveness, the fact that it’s right there inside my IDE and the code completion and join hints are often times better than the DBMS vendor’s offering. It’s pretty easy to open a new console to start writing queries once you’ve set up a datasource. You can click the ‘SQL Console’ icon in the toolbar, or right click on the datasource and choose ‘Console’:\










