# Functions
DumpToGraphviz outputs a dot representation of a schema.
GetConnectionString return the connection string for the database after reading config file for.
GetDBconnection return the database connection.
ReadTablesSchema inspects the DB and returns a list of tables.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Reference represents a foreign key relationship to a Table.
Table represents a DB table to dump.
UniqueIndex represents an index among columns of a Table.
# Type aliases
Row modification callback function.