Module skytable::aio[][src]

This is supported on crate feature async only.
Expand description

Asynchronous database connections

This module provides async interfaces for database connections. There are two versions:

  • The Connection: a connection to the database over Skyhash/TCP
  • The TlsConnection: a connection to the database over Skyhash/TLS

All the async actions can be used on both the connection types

Structs

An asynchronous database connection over Skyhash/TCP

TlsConnectionaio-ssl or aio-sslv

An asynchronous database connection over Skyhash/TLS