问题
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