From b34e013b62717bef22aef1e21eb085f303d62ccc Mon Sep 17 00:00:00 2001 From: Mario Alejandro Montoya Cortes Date: Thu, 20 Feb 2025 10:12:54 -0500 Subject: [PATCH] Add link to the `cli` --- docs/sql/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sql/index.md b/docs/sql/index.md index 09a250f1..1983cbb1 100644 --- a/docs/sql/index.md +++ b/docs/sql/index.md @@ -1,7 +1,7 @@ # SQL Support SpacetimeDB supports two subsets of SQL: -One for queries issued through the cli or [http] api. +One for queries issued through the [cli] or [http] api. Another for subscriptions issued via the [sdk] or WebSocket api. ## Subscriptions @@ -476,6 +476,7 @@ column [sdk]: /docs/sdks/rust/index.md#subscribe-to-queries [http]: /docs/http/database#databasesqlname_or_address-post +[cli]: /docs/cli-reference.md#spacetime-sql [Identity]: /docs/index.md#identity [Address]: /docs/index.md#address