Skip to content

Commit e8e30b6

Browse files
authored
Merge pull request #100136 from soferreira/patch-6
Add Go SDK links to the list of examples
2 parents b7d3045 + 9bb850a commit e8e30b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cosmos-db/nosql/query/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Here are some examples of how to do **Point reads** with each SDK:
2323
- [Java SDK](/java/api/com.azure.cosmos.cosmoscontainer.readitem#com-azure-cosmos-cosmoscontainer-(t)readitem(java-lang-string-com-azure-cosmos-models-partitionkey-com-azure-cosmos-models-cosmositemrequestoptions-java-lang-class(t)))
2424
- [Node.js SDK](/javascript/api/@azure/cosmos/item#@azure-cosmos-item-read)
2525
- [Python SDK](/python/api/azure-cosmos/azure.cosmos.containerproxy#azure-cosmos-containerproxy-read-item)
26+
- [Go SDK](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos#ContainerClient.ReadItem)
2627

2728
**SQL queries** - You can query data by writing queries using the Structured Query Language (SQL) as a JSON query language. Queries always cost at least 2.3 request units and, in general, will have a higher and more variable latency than point reads. Queries can return many items.
2829

@@ -34,6 +35,7 @@ Here are some examples of how to do **SQL queries** with each SDK:
3435
- [Java SDK](../samples-java.md#query-examples)
3536
- [Node.js SDK](../samples-nodejs.md#item-examples)
3637
- [Python SDK](../samples-python.md#item-examples)
38+
- [Go SDK](../samples-go.md#item-examples)
3739

3840
The remainder of this doc shows how to get started writing SQL queries in Azure Cosmos DB. SQL queries can be run through either the SDK or Azure portal.
3941

0 commit comments

Comments
 (0)