Use case
Paste DDL and generate a Markdown table that can be used in docs, wikis, or pull requests.
Supported style
Works best with common CREATE TABLE syntax that includes field names, types, and optional COMMENT clauses.
Browser tool
Turn CREATE TABLE DDL into a simple Markdown data dictionary.
Workflow
Paste data, review the generated result, then copy it into your editor, migration, or docs.
Good fit
Fast cleanup, lightweight conversion, and documentation tasks during development.
Convert preview
Edit on the left, review the generated result on the right.
5 lines · 20 words · 153 chars
10 lines · 42 words · 187 chars
Paste DDL and generate a Markdown table that can be used in docs, wikis, or pull requests.
Works best with common CREATE TABLE syntax that includes field names, types, and optional COMMENT clauses.