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

pub struct Pg;

Trait Implementations

impl SqlGenerator for Pg
[src]

[src]

Create a new table with a name

[src]

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

[src]

Drop a table with a name

[src]

Drop a table with a name, only if it exists

[src]

Rename a table from to

[src]

Modify a table in some other way

[src]

Create a new column with a type

[src]

Drop an existing column from the table

[src]

Rename an existing column