Skip to content

Commit

Permalink
recommend libs in the query data section
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Sep 18, 2024
1 parent c549b3e commit 4c0b4b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/user-guide/query-data/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Since v0.9, GreptimeDB supports view and CTE just like other databases, used to

## Recommended libraries

Since GreptimeDB uses SQL as its main query language, you can use mature SQL drivers that support MySQL or PostgreSQL to query data.
Since GreptimeDB uses SQL as its main query language and supports both [MySQL](/user-guide/protocols/mysql.md) and [PostgreSQL](/user-guide/protocols/postgresql.md) protocols,
you can use mature SQL drivers that support MySQL or PostgreSQL to query data.

For more information, please refer to the [SQL Tools](/reference/sql-tools.md) documentation.

## Query external data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
* [View](./view.md)
* [公共表表达式(CTE)](./cte.md)

<!-- ## 客户端库
## 推荐的查询库

客户端库提供了一种方便的方式来连接 GreptimeDB 并与数据交互。
现有的成熟 SQL driver 库可用于查询 GreptimeDB。
请参考[客户端库](/user-guide/ingest-data/for-iot/grpc-sdks/overview.md)文档获取更多信息。 -->
由于 GreptimeDB 使用 SQL 作为主要查询语言,并支持 [MySQL](/user-guide/protocols/mysql.md)[PostgreSQL](/user-guide/protocols/postgresql.md) 协议,
你可以使用支持 MySQL 或 PostgreSQL 的成熟 SQL Driver 来查询数据。

有关更多信息,请参考[SQL 工具](/reference/sql-tools.md)文档。

## 查询外部数据

Expand Down

0 comments on commit 4c0b4b2

Please sign in to comment.