'SQLite extension in VSCode not showing tables
I am trying to use SQLite in VSCode. I have installed SQLite extension by Alexcvzz. after opening the database when I right-click on the table and select "Show Table" no data appear. please see the picture below.
Note: I have created a database in SQLite, and the database has data in it.
Solution 1:[1]
I was having this same issue. I just noticed that Alexcvzz updated it on Nov 6th 2021. This was mentioned in the changelog. I've updated and it now works.
Solution 2:[2]
Instead, you can use the other extension SQLite Viewer on VSCode.
By clicking on SQLite database files, you can see the tables and their data in SQLite.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Adam Lauzon |
Solution 2 | Kai - Kazuya Ito |