GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
28 stars 7 forks source link

fix: add asyncpg as optional dep #209

Closed jackwotherspoon closed 7 months ago

jackwotherspoon commented 7 months ago

Should have added this as part of #199

This will allow for pip install "google-cloud-alloydb-connector[asyncpg]" to work as intended which we showcase in our README.