PostgresSQL

Type Alias PostgresSQL 

Source
pub type PostgresSQL<'a> = SQL<'a, PostgresValue<'a>>;

Aliased Type§

pub struct PostgresSQL<'a> {
    pub chunks: SmallVec<[SQLChunk<'a, PostgresValue<'a>>; 8]>,
}

Fields§

§chunks: SmallVec<[SQLChunk<'a, PostgresValue<'a>>; 8]>