From 3101ff4e97b58dfcacb3aacb1b7cae4ffba5ac34 Mon Sep 17 00:00:00 2001 From: hello Date: Wed, 28 Aug 2024 16:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/helloshop/azure-data-studio.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/notes/helloshop/azure-data-studio.md b/notes/helloshop/azure-data-studio.md index ebdfe84..deb5e45 100644 --- a/notes/helloshop/azure-data-studio.md +++ b/notes/helloshop/azure-data-studio.md @@ -2,6 +2,12 @@ Azure Data Studio 是一个轻量级的跨平台数据库工具,提供了一个现代化的用户界面,可以帮助用户更轻松地管理数据库。 +## 全部代码开源 + +Azure Data Studio 是一个开源项目,全部代码都托管在 GitHub 上,用户可以自由查看源代码,也可以参与到项目中来。 + +https://github.com/Microsoft/azuredatastudio + ## 可管理的数据库 Azure Data Studio 支持多种数据库,包括 SQL Server、PostgreSQL、MySQL 、TimescaleDB、Oracle 等,通过安装相应的扩展,可以支持更多的数据库。 @@ -46,6 +52,12 @@ Azure Data Studio 集成了 Git,可以帮助用户更轻松地管理 SQL 脚 可在线安装扩展,或者使用 VSIX 文件手动安装扩展,扩展可以提供更多的功能。 +## 一些好用的扩展 + +- SQL Server Import (mssql) - 导入数据 +- SQL Server Profiler(mssql) - 分析 SQL Server 数据库性能 +- SQL Server Agent(mssql) - 管理 SQL Server 代理 + ## 与 SQL Server Management Studio 相比 Azure Data Studio 是一个轻量级的跨平台数据库工具,相比 SQL Server Management Studio,Azure Data Studio 更加轻量,更加适合在 Mac 和 Linux 等平台上使用,而且支持多种数据库,可以帮助用户更轻松地管理数据库,通过插件按需扩展功能,更加灵活。