ER Diagram Generator
Paste CREATE TABLE DDL and export an entity-relationship SVG
Examples
Users and orders
CREATE TABLE users (id INT PRIMARY KEY);
CREATE TABLE orders (user_id INT, FOREIGN KEY (user_id) REFERENCES users(id));Two table nodes with an FK edgeTable names become nodes; FOREIGN KEY clauses become labeled edges.
About this tool
Paste CREATE TABLE DDL and get an entity-relationship diagram with table boxes, column lists and foreign-key arrows. Parsing uses targeted regex — not a full SQL parser — but handles typical schemas.
Frequently asked questions
Related guides
Related tools
Base64 Toolbox
Professional Base64 workspace for text, files and images with Base64URL, MIME, Data URI, strict validation, image preview and ready-to-use snippets.
C# to VB.NET Converter
Convert a subset of C# — classes, methods, variables, loops — into VB.NET
CSV Data Viewer
Paste CSV and browse rows in a sortable table with delimiter detection
CSV to Chart
Paste or upload CSV data and generate bar, line, pie, or doughnut charts. Export as PNG.
CSV to JSON Converter
Paste CSV data and convert it to pretty-printed JSON instantly — supports custom delimiters, header row toggling, and value trimming.
CSV to Markdown Converter
Convert CSV to a Markdown table and Markdown tables back to CSV