GoogleCloudPlatform / alloydb-python-connector

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

feat: allow sync init of AsyncConnector #207

Closed jackwotherspoon closed 7 months ago

jackwotherspoon commented 7 months ago

Allow synchronous initialization of AsyncConnector

Lazy init keys in order to guarantee a running event loop is present.