Documentation
¶
Index ¶
Constants ¶
View Source
const ( ShowAllConstraintsKey = "showAllConstraints" UseAllTablesKey = "useAllTables" SelectedTablesKey = "selectedTables" SchemaKey = "schema" ConnectionStringKey = "connectionString" ConnectionStringSuggestionsKey = "connectionStringSuggestions" OutputFileNameKey = "outputFileName" EncloseWithMermaidBackticksKey = "encloseWithMermaidBackticks" DebugKey = "debug" OmitConstraintLabelsKey = "omitConstraintLabels" OmitAttributeKeysKey = "omitAttributeKeys" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MermerdConfig ¶
type MermerdConfig interface { ShowAllConstraints() bool UseAllTables() bool Schema() string ConnectionString() string OutputFileName() string ConnectionStringSuggestions() []string SelectedTables() []string EncloseWithMermaidBackticks() bool Debug() bool OmitConstraintLabels() bool OmitAttributeKeys() bool }
func NewConfig ¶
func NewConfig() MermerdConfig
Click to show internal directories.
Click to hide internal directories.