Was this page helpful?
ScyllaDB Python Driver is available under the Apache v2 License. ScyllaDB Python Driver is a fork of DataStax Python Driver. See Copyright here.
asyncio Event Loop
An implementation of Connection that uses the asyncio
module in the Python standard library for its event loop.
Supports SSL connections via asyncio’s native TLS transport, which
avoids the incompatibility between ssl.SSLSocket and asyncio’s
low-level socket methods (sock_sendall, sock_recv).
Called once by Cluster.connect(). This should be used by implementations to set up any resources that will be shared across connections.
Was this page helpful?
ScyllaDB Python Driver is available under the Apache v2 License. ScyllaDB Python Driver is a fork of DataStax Python Driver. See Copyright here.