Crate sqlib [] [src]

Modules

channel

The channel module contains the Channel and ChannelList structs.

client

The client module contains the Client and ClientList structs.

command

command contains a trait for a Command, that can be send to a Server Query server.

connection

The connection module contains the Connection struct, that provides an interface for a Server Query connection.

error

error provides newtypes and Error's for sqlib.

escaping

escaping provides functions for the Server Query escaping.

map

map provides functions around StringMap (HashMap).

prelude

The prelude exports all important structs and functions of sqlib.