Database Documentation Generator

qStudio provides tools to help reverse engineer documentation from your kdb+ database.

Generating documentation from a kdb+ database

How to add Description Columns

To add description columns create a timestoredDescriptions table with the columns:

  • table - table name as symbol
  • column - optional column name as symbol
  • description - string field describing the table or column

Example

Output