From dd628ed7964106f506922e3c3e89bf20f3f6ed70 Mon Sep 17 00:00:00 2001 From: hello Date: Tue, 27 Aug 2024 22:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BB=E4=BB=8E=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/helloshop/azure-data-studio.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 notes/helloshop/azure-data-studio.md diff --git a/notes/helloshop/azure-data-studio.md b/notes/helloshop/azure-data-studio.md new file mode 100644 index 0000000..d70b362 --- /dev/null +++ b/notes/helloshop/azure-data-studio.md @@ -0,0 +1,27 @@ +# 使用 Azure Data Studio 管理数据库 + +Azure Data Studio 是一个轻量级的跨平台数据库工具,提供了一个现代化的用户界面,可以帮助用户更轻松地管理数据库。 + +## 可管理的数据库 + +Azure Data Studio 支持多种数据库,包括 SQL Server、PostgreSQL、MySQL 、TimescaleDB、Oracle 等,通过安装相应的扩展,可以支持更多的数据库。 + +## 带有智能感知的查询编辑器 + +丰富的 SQL 编辑器、IntelliSense、关键字完成、代码片段、代码导航和源代码管理集成 (Git))提供一种基于键盘的新式 SQL 编码体验。 + +## 智能 SQL 代码片段 + +Azure Data Studio 提供了大量的 SQL 代码片段,可以帮助用户快速编写 SQL 代码。 + +## 使用服务器组管理分类管理 + +借助服务器组,可以组织所使用的服务器和数据库的连接信息。 + +## 使用集成终端 + +用户界面中的“集成终端”窗口中使用常用的命令行工具,例如:sqlcmd 命令。 + +## 与 SQL Server Management Studio 相比 + +Azure Data Studio 是一个轻量级的跨平台数据库工具,相比 SQL Server Management Studio,Azure Data Studio 更加轻量,更加适合在 Mac 和 Linux 等平台上使用,而且支持多种数据库,可以帮助用户更轻松地管理数据库,通过插件按需扩展功能,更加灵活。