Document Schema

✓ functional

Generate Markdown documentation of the database's schema, ready for a repo or wiki.

Generate Markdown documentation of the database's schema in one step: choose the action, pick where to save, done. There is deliberately nothing to configure - the document is built from the schema model SQLly already loaded for IntelliSense, so it needs no extra server round-trip and reflects exactly what the app knows.

The output is a data dictionary headed with the connection and database, sectioned into Tables, Views, Procedures, Functions, and Other Objects. Each table gets a column grid - name, type, nullability, default, and key annotations (primary key, identity, FK → target) - plus its foreign keys as a list; routines get their parameter signatures and return types. Very large schemas split automatically into an index file plus one file per schema, so the result stays navigable in a repository or wiki.

SQLly
SQLly Document Schema (Markdown) output
Document Schema: the database's structure rendered as Markdown documentation ready to save.