Module skytable::sync[][src]

This is supported on crate feature sync only.
Expand description

Synchronous database connections

This module provides sync 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 actions can be used on both the connection types

Structs

A database connection over Skyhash/TCP

TlsConnectionssl or sslv

A database connection over Skyhash/TLS