My Django project uses an SQLite3 database. How can I get to the SQLite command line shell? PyCharm has lots of other handy interactive windows
- manage.py utility console
- Python console
sqlite3>
??
Why would I want to do this? I've already figured out how to get the SITE_ID. But this would have helped with that. I want to look under the hood for other reasons.
I've already tried View | Tool Window | Database | right-click | Console, but that's not really a command line interface.
I want to be able to type .help
somewhere and get to know my database.