View and manage data tables in PyCharm: Select "View" > "Tool Windows" > "Database" or use the shortcut Ctrl Alt D. Click the plus icon, select the database type and enter the connection details. Expand the database structure or schema, right-click the required data table and select Open Table.
PyCharm data table location
To view and manage data tables in PyCharm, you need to follow the following steps:
Open the database tool window
Ctrl
Alt
D
(Windows/Linux) or ⌘
⌥
D
(macOS). Connect to the database
View the data table
Manage Data Table
In the Data Table tab, you can perform the following operations:
The above is the detailed content of Where is the data table of pycharm?. For more information, please follow other related articles on the PHP Chinese website!