postgres

Function postgres 

Source
pub fn postgres(table: &str) -> QueryBuilder<Postgres>
Expand description

Build a query for Postgres.

Convenience function that creates a QueryBuilder with Postgres dialect.