Download and installation of SQLite database visualization tool [SQLiteStudio]

The previous article introduced the Windows SQLite database installation, but after the installation is complete, you need to use the SQLite command to manage the SQLite database, which is not very friendly for beginners. This article introduces the SQLite database visualization tool [SQLiteStudio], users can create, edit and browse the database in SQLiteStudio.

1. Download

First go to the official website to download (official website download address: SQLiteStudio )

After entering the official website, download and decompress. As shown below:

After decompression, run the SQLiteStudio.exe file

Choose a language:

Add database:

Third, view the database file 

Click the folder icon, select the database file to be opened, and test the connection. After the connection is successful, OK

Then you can view your database file

 Fourth, create a new database

Click the green, new database icon:

Select the save path of the new database, and give a file name - save - test connection - ok:

 

 In the Tables directory of the newly created database, right click - Create a table

 

 After adding the fields, click ✅

The above is the relevant content about [SQLiteStudio], I hope it can help you❤❤❤

Guess you like

Origin blog.csdn.net/Waterme10n/article/details/123866986