SQLite basis -2.PyCharm + Database_Navigator

A, PyCharm + Database Navigator plug-ins

Because learning Python, Flask behind, automation interfaces, UI Automation etc. developed on PyCharm. Therefore, I recommend you use PyCharm to practice SQLite operation.

About PyCharm installation and use, see the author blog

  1. First, open the File -> Settings -> Plugins, search Database Navigator, click install.
    DB-Navi installation

  2. After installing the plug-in navigation DB Navigator menu will appear. Click DB Navigator -> Settings. Click Connections -> + Add SLQite database.
    Connected to the database DB-Navi

  3. Open Database Browser and open SQL Console in DB Navigator menu.
    DB-Navi use

SQLite has a lot of operating tools, such as following a few:

二、SQLite Expert – Personal Edition

SQLite Expert offers two versions, namely Personal Edition and Professional Edition. Personal Edition which is free, provides most of the basic management functions.

SQLite Expert allows users to manage SQLite3 database and supports such as replication between different databases, records and pasting tables; fully supports Unicode, editor supports the skin.

SQLite Expert

Please see here

三、SQLite Administrator

SQLite Administrator

It is a powerful tool that makes it easy to create, design and manage SQLite database files.

Please see here

Guess you like

Origin www.cnblogs.com/haitao130v/p/11294863.html