브라우저에서 SQL 스키마를 붙여넣어 ERD를 시각화할 수 있는 무료 도구 소개.
이 도구는 SQL 스키마를 붙여넣으면 브라우저 안에서 즉시 ERD(관계형 데이터베이스 다이어그램)를 생성합니다. PostgreSQL, MySQL, SQLite, SQL Server의 DDL을 파싱하여 테이블, 컬럼, 키, 관계를 시각화하며 기본 키, 외래 키, unique, not-null 제약을 처리합니다. 사용자는 추가적인 파일 업로드 없이 간편하게 ERD를 생성할 수 있습니다.
Introducing a free tool to visualize ERD from SQL schema directly in the browser.
This tool allows users to paste SQL schemas and instantly generate ER diagrams in the browser. It parses DDL from PostgreSQL, MySQL, SQLite, and SQL Server, visualizing tables, columns, keys, and relationships while handling primary keys, foreign keys, unique, and not-null constraints. Users can create ERDs conveniently without any file uploads.