Reputation: 7183
I have sqlite database in a django project and everything works fine.
But seeing django dbshell does not work with sqlite I found pycharm has a database connector/manager but I can't find where I can input sql commands or see the schema.
Thanks
Upvotes: 7
Views: 21398
Reputation: 21
TL;DR: For anyone coming across this problem, I fixed it with JetBrains toolbox. Just upgrade PyCharm, using default configurations.
View -> Tool Windows -> Database
)Django default
.Upvotes: 2
Reputation: 7183
Ok found it it is on the far right side of the window there is a "database" tab
In pycharm 5 pro at least
Upvotes: 6