Type Alias sqlm_postgres::Client

source ·
pub type Client = Client;
Expand description

An asynchronous PostgreSQL client (basically a non-transactional connection).

Aliased Type§

struct Client { /* private fields */ }