Module skytable::connection[][src]

Database connections

This crate provides a Connection object that can be used to connect to a Skytable database instance and write/read queries/responses to/from it

Structs

Connection

A Connection is a wrapper around aTcpStream and a read buffer

Type Definitions

IoResult

A specialized Result type for I/O operations.