Versions in this module Expand all Collapse all v0 v0.1.0 May 30, 2019 Changes in this version + type Command struct + Constraints *SchemaItem + Database *Database + Extensions *Extensions + ForeignKeys *ForeignKeys + Indexes *SchemaItem + Roles *Roles + Schema *Name + Schemas *Schemas + Table *SchemaItem + TablesInSchema *Name + View *SchemaItem + ViewsInSchema *Name + type DDSL struct + Create *Command + Drop *Command + Migrate *Migrate + Seed *SeedCommand + Sql *string + func Parse(commands string) ([]*DDSL, error) + type Database struct + Ref *Ref + type Extensions struct + Ref *Ref + type ForeignKeys struct + Ref *Ref + type Migrate struct + Bottom bool + Down *int + Top bool + Up *int + type Name struct + Name string + Ref *Ref + type Ref struct + Ref string + type Roles struct + Ref *Ref + type SchemaItem struct + Item string + Ref *Ref + Schema string + TableOrView string + type Schemas struct + Ref *Ref + type SeedCommand struct + Table *SchemaItem + TablesInSchema *Name