Struct barrel::backend::Pg[][src]

pub struct Pg;
Expand description

Postgres SQL generator backend

Trait Implementations

Create a new table with a name

Create a new table with a name, only if it doesn’t exist

Drop a table with a name

Drop a table with a name, only if it exists

Rename a table from to

Modify a table in some other way

Create a new column with a type

Drop an existing column from the table

Rename an existing column

Create a multi-column index

Create a constraint

Drop a multi-column index

Add a foreign key

Create a multi-column index

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.