Expand description
Convert parsed SQL + extracted comments into structured documentation types.
Structsยง
- Column
Doc - Structure for containing the
nameof theColumnand anOptionfor the comment as aString - SqlFile
Doc - Structure for containing the docs for every
Tablein an.sqlfile as aVecofTableDoc - Table
Doc - Structure for containing the
nameof theTable, anOptionfor if the table has a schema, anOptionfor the comment as aString, and aVecofColumnDoccontained in the table