Versions in this module Expand all Collapse all v1 v1.0.0 May 25, 2019 Changes in this version + type Column struct + Annotations string + Name string + PrimaryKey bool + Type string + type Core struct + func New(dirName, filename string, t map[string]*Table) *Core + func (c *Core) Do() error + type Table struct + Columns map[string]Column + Name string