Skip to content

Commit e9ebd7d

Browse files
authored
docs: update note with link to adbc-quickstarts (adbc-drivers#69)
This upstreams a change I made in adbc-drivers/docs.adbc-drivers.org#57 to add a quickstarts link under the Python example in the MySQL driver docs, as already exists for some of the other driver docs.
1 parent da9334f commit e9ebd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/docs/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ conn = dbapi.connect(
4646
)
4747
```
4848

49-
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.
49+
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).
5050

5151
### Connection String Format
5252

0 commit comments

Comments
 (0)