Database ClientThis project is a database client for VSCode, supports manager MySQL/MariaDB, PostgreSQL, SQLite, Redis, ClickHouse, Kafka, MongoDB, Snowflake, and ElasticSearch, and works as an SSH client, boost your maximum productivity!
If you want to add your language support, you can go to database-client-i18n to see more. Telemetry ReportingThe Database Client extension will collects and sends anonymous usage data to the Database Client server to help improve our products and services. Read our Privacy Statement to learn more. If you don't want to be collected by Database Client, you can turn it off by setting InstallationInstall from vscode marketplace vscode-database-client. Connect
Two panels are created because in some cases you need to view both SQL and NoSQL data at the same time. Table
Execute SQL QueryIn the Database Explorer panel, click the That will open a SQL editor bind of database, it provider:
The database can be searched by clicking the search button to the right of "Tables". CacheIn order to improve performance, the database information is cached. If your database structure changes externally, you need to click the refresh button to refresh the cache。 Backup/ImportMove to ant DatabaseNode or TableNode. The export/import options are listed in the context menu (right click to open). The extension implements the backup function, but it is not stable enough. You can add mysql_dump or pg_dump to the environment variable, and the extension will use these tools for backup. SettingThe extension provides some settings, you can refer to the following operations to go to the console settings. Generate Mock DataYou can easily generate test data. HistoryClick the history button to open the list of recently executed query history records. Credits
|