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 */ }
pub type Client = Client;
An asynchronous PostgreSQL client (basically a non-transactional connection).
struct Client { /* private fields */ }