TIL: Pycharm: Remember Database Query Results#

As the docs state:

By default, PyCharm updates the same tab with results each time you run a new query after the previous one. You can change this behavior and create a tab each time you run a new query.

To make Pycharm open query results in new tabs instead:

  • Settings > Tools > Database > Query Execution

    • [x] Open results in new tab