How to see a SQLite database content with Visual Studio Code

ぐ巨炮叔叔 提交于 2020-05-23 01:25:10

问题


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 like Pycharm can do (see picture)

Does an extension could do that? Is it possible to achieve this in VSC?


回答1:


I published an extension to query and explore sqlite3 databases

vscode-sqlite




回答2:


Obviously, there is not yet a corresponding extension for vscode. Me, if necessary, I use "SQLite-Database-Browser". Very simple and sufficient for my purposes.

If you want to give it a try: SQLite-Database-Browser

By the way, using Django with another database, such as PostgreSQL or MySQL, is not too difficult.



来源:https://stackoverflow.com/questions/40993895/how-to-see-a-sqlite-database-content-with-visual-studio-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!