Beginner Django, when using the Pycharm IDE, perform a question by using the default Sqlites database Makemigration
and migrate operation, the normal output of the console similar to the following results, according to the truth should generate a data table file:
The Db.sqlite file has been generated in the file list, and there is a database toolbar on the right side of the Pycharm to view the file
Open the tool, drag and drop the file here, and the list will be on the spot:
This is my repair, the original no, the original is not normal is only showing the DB and Schemas, no intermediate + schema #1
It doesn't look like a data table, multiple restarts, multiple builds can be successful, but there is no specific table structure.
Workaround:
Click the + sign to locate the database source to find SQLite
Note that the location of the error alert, I have been normal here, my above problem is here prompt to repair missing sqlite jdbc files, think of is may not be able to connect to SQLite
All follow the prompts to download and fix the jar package. The database on the outside is automatically connected. It's OK to pull the file again later to see it.
Pycham Database View db.sqlites file no content resolution