How to see a SQLite database content with Visual Studio Code

前端 未结 4 634
情话喂你
情话喂你 2020-12-29 21:32

I\'m new to Django and try to see a SQLite3 file. I\'m looking for a way to open and view a database content with visual studio code

4条回答
  •  遥遥无期
    2020-12-29 21:54

    1. Just install the sqlite extension in your visual studio code: VSCode-SQLite
    2. Then you can right-click on the database file and click "Open Database". SQLite database in visual studio code
    3. Expand the database. expanded sqlite database in vscode
    4. Click the play button in front of each table to view table contents. SQLite table in visual studio code

提交回复
热议问题