
here is video on how to create markdown schema documentation from Sqlite database:
If you want to automate conversion or avoid user Interface (UI) and run "Sqlite Schema To Markdown" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\SqliteSchemaToMarkdown\SqliteSchemaToMarkdown.exe" inputdatabase.sqlite Readme.md

here is video on how to document Sqlite Schema ino Word:
If you want to automate conversion or avoid user Interface (UI) and run "Sqlite Schema To Word" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\SqliteSchemaToWord\SqliteSchemaToWord.exe" inputdbfile.sqlite outputfile.docx

here is video on how import Sqlite Schema into Excel workbook:
If you want to automate conversion or avoid user Interface (UI) and run "Sqlite Schema To Excel" application from command line - here is an example of how to do it:
"C:\Program Files (x86)\WhiterockSoftware\SqliteSchemaToExcel\SqliteSchemaToExcel.exe" inputfile.db outputfile.xlsx