After installing the PyCharm IDE for Python, you might notice that database window is missing in View > Tool Windows menu. In this article, I am giving an example of how to enable or view the database tool window in PyCharm.
Follow These Steps To Enable / View The Database Tool Window in PyCharm
- In PyCharm, click on the menu File > Settings.
- Then the Settings window will open as shown in the below image.
- In the Settings window, click on the Browse Repositories button, then Browse Repositories window will open. In the search box above write the database to search for database plugins, and you will find a database navigator plugin in below the part, then click on the install button, as shown in the below image.
- After installing the button will convert to Restart PyCharm button and click on it to restart the PyCharm. Now you would be able to view the database tool window in PyCharm, as showing in the below images.
Thank you for this. Very helpful and solved my problem.