When using the Go SDK for the Azure Cosmos DB NoSQL API, I often find myself writing boilerplate code for various operations. This includes database/container operations, querying, and more. The cosmosdb-go-sdk-helper (I know, not a great name!) is a package with convenience functions for some of these tasks.

In this blog post, I will go over the packages in the repository with examples on how (and when) you can use them. It’s early days for this project, but I hope to keep adding to it gradually.

Leave a Reply

Your email address will not be published. Required fields are marked *