write All Views As Markdown
abstract fun writeAllViewsAsMarkdown(schemaName: String? = defaultSchemaName, out: PrintWriter = outputDirectory.createPrintWriter("${label}_Views.md"))
Writes all tables as text
Parameters
schema Name
the name of the schema that should contain the tables
out
the PrintWriter to write to