How to see a SQLite database content with Visual Studio Code

前端 未结 4 631
情话喂你
情话喂你 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

    For anyone stumbling upon this and is still confused..

    Follow the first 3 steps in Puya's answer, and at the very bottom of the Explorer panel there should be a tab called: > SQLITE EXPLORER (mine was minimised, even after clicking 'Open Database' - making it hard to notice)

    In here, you should be able to see the contents of your database file. You can then right click a table and 'Show Table':

提交回复
热议问题