Skip to content

포매터 및 코드

SQL DDL → Prisma / Drizzle 모델

Reverse-engineer ORM models from an existing schema.

Runs in your browser
SQL DDL · source
lines: 14chars: 331size: 331 B
Prisma schema · result
lines: 14chars: 254size: 254 B
live

편집자 노트

Understanding · CREATE TABLE into Prisma, SQLAlchemy, ActiveRecord.

이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.

자주 묻는 질문

Quick answers.

Does this tool support all SQL dialects?

It currently supports PostgreSQL, MySQL, and SQLite syntax for standard DDL scripts. Complex database-specific extensions might require manual adjustment.

Is my database schema sent to a server?

No. The conversion logic is executed entirely in your browser using local parsing scripts. Your schema and table names never leave your device.

Which ORM versions are supported?

The tool generates schema syntax compatible with the latest versions of Prisma and Drizzle ORM using TypeScript types.

What happens to foreign keys and relationships?

The parser identifies `FOREIGN KEY` constraints and map them to their corresponding relation types in Prisma or Drizzle. Ensure your DDL includes these constraints for the most accurate output.

사람들이 다음도 검색합니다.

관련 도구

More in this room.

모두 보기 포매터 및 코드