a11y.skipToMainContent
1

ORM에 SQL

Paste SQL CREATE TABLE 문과 Prisma schema, TypeORM entity 또는 Sequelize 모델 정의로 변환하십시오.

SQL CREATE TABLE
Generated ORM Model
More options
Was this tool helpful?
Send output to:
Advertisement

How to use SQL to ORM

  1. SQL CREATE TABLE 문 붙여넣기.
  2. 대상 ORM (Prisma, TypeORM 또는 Sequelize)를 선택하십시오.
  3. 생성된 모델 코드 보기.
  4. 프로젝트에 코드를 복사합니다.

SQL에서 ORM으로은 무엇입니까?

A SQL to ORM Converter는 SQL CREATE TABLE 문이 걸리고 인기있는 ORMs에 해당하는 모델 정의를 생성합니다. 적절한 ORM 유형에 SQL 데이터 유형, 관계를 보존하고 적절한 주석을 생성합니다.

이 도구는 Prisma, TypeORM 및 Sequelize를 지원합니다. 그것은 1 차적인 열쇠, 외국 열쇠, 색인, 과태값 및 constraints를 취급합니다. 즉시 변환으로 수동 모델 생성 시간 저장.

Advertisement

FAQ

어떤 ORM이 지원됩니까?
Prisma, TypeORM 및 Sequelize는 현재 지원됩니다. 더 많은 ORM은 미래에 추가 될 수 있습니다.
보존 된 관계?
예 - 외국 주요 관계는 적절한 ORM 관계 구문으로 변환됩니다.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement