Search code examples
sqlitepycharm

how can I view the schema of my sqlite database in pycharm?


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


Solution

  • Ok found it it is on the far right side of the window there is a "database" tab

    In pycharm 5 pro at least