Versions in this module Expand all Collapse all v2 v2.24.0 Nov 9, 2023 Changes in this version + type ERCol struct + DataType string + Desc string + Enum map[string]EREnum + Name string + Rel []string + Summary string + type ERDatabase struct + Name string + Tables map[string]*ERTable + func DatabaseERFromDB(database *sqlx.Database, dialect builder.Dialect) *ERDatabase + type EREnum struct + Label string + Name string + Value int + type ERKey struct + Cols []string + IsPrimary bool + IsUnique bool + Method string + Name string + type ERTable struct + Cols map[string]*ERCol + Desc string + Keys map[string]*ERKey + Name string + Summary string v2.24.0-local Sep 27, 2023 Other modules containing this package github.com/kunlun-qilian/sqlx/v3