← Back to Free SQL to ER Diagram Tool
← Back to tool

FAQ

Common questions about converting SQL schemas to ER diagrams

What SQL syntax is supported?

Standard DDL syntax including CREATE TABLE with primary keys, foreign keys, indexes, and common data types (INT, VARCHAR, DATETIME, BOOLEAN, DECIMAL, JSON, etc.). Compatible with MySQL, PostgreSQL, and SQL Server dialects.

Is my SQL data stored or uploaded?

No. Everything runs in your browser. Your SQL never leaves your device. No server uploads, no storage, no tracking. Refresh the page and your data is immediately gone.

Can I export the diagram?

Yes. Download as PNG, SVG, or PDF using the export button. Works at any zoom level and preserves diagram quality in all formats.

What if my SQL won't parse?

Check for common issues: missing commas between columns, unsupported data types, or malformed constraints. The tool shows detailed error messages to help debug syntax issues.

How are relationships shown?

Foreign key constraints become visual connections between tables showing cardinality (one-to-many, many-to-many, etc.) and the direction of the relationship.

What browsers work?

Any modern browser with JavaScript: Chrome, Firefox, Safari, Edge. Works on desktop and mobile. No plugins or extensions required.

Can I use this offline?

Yes. Since everything runs client-side, save the page locally or bookmark it for offline access. Just load once, then use without internet.

Is there a file size limit?

Most schemas work fine. Browser memory typically allows several MB of SQL. Very large schemas (50+ tables) may slow rendering slightly.