mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
added mermerd cli config file, and the generated mmd for erd
This commit is contained in:
1559
fleetbase-db.mmd
Normal file
1559
fleetbase-db.mmd
Normal file
File diff suppressed because it is too large
Load Diff
20
mermerd.yaml
Normal file
20
mermerd.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
connectionString: "mysql://root@tcp(127.0.0.1:3306)/fleetbase"
|
||||
|
||||
schema:
|
||||
- "fleetbase"
|
||||
- "fleetbase_storefront"
|
||||
|
||||
useAllTables: true
|
||||
|
||||
showAllConstraints: true
|
||||
encloseWithMermaidBackticks: false
|
||||
outputFileName: "fleetbase-db.mmd"
|
||||
debug: true
|
||||
omitConstraintLabels: true
|
||||
omitAttributeKeys: true
|
||||
showDescriptions:
|
||||
- enumValues
|
||||
- columnComments
|
||||
- notNull
|
||||
showSchemaPrefix: true
|
||||
schemaPrefixSeparator: "_"
|
||||
Reference in New Issue
Block a user