diff --git a/go/docs/bigquery.md b/go/docs/bigquery.md index 3ab87fb..cc27275 100644 --- a/go/docs/bigquery.md +++ b/go/docs/bigquery.md @@ -60,7 +60,7 @@ conn = dbapi.connect( ) ``` -Note: The example above is for Python using the [adbc-driver-manager](https://pypi.org/project/adbc-driver-manager) package but the process will be similar for other driver managers. +Note: The example above is for Python using the [adbc-driver-manager](https://pypi.org/project/adbc-driver-manager) package but the process will be similar for other driver managers. See [adbc-quickstarts](https://github.com/columnar-tech/adbc-quickstarts). The driver supports connecting with individual options or connection strings.