profile
Frontend Developer. 블로그 이사했어요 🚚 → https://iamhayoung.dev
post-thumbnail

Prisma & MySQL 시작하기

Prisma란?💎 Node.js와 TypeScript용 ORM. DB는 MySQL, PostgreSQL, SQLite를 지원한다. (2021년 6월말 시점) 공식 문서에 따르면 Prisma는 아래의 구성 요소로 이루어져 있다. >* Prisma Client: Auto-generated and type-safe query builder for Node.js & TypeScript Prisma Migrate: Migration system Prisma Studio: GUI to view and edit data in your database 이번 글에서는, Node.js에서 Prisma를 도입하고 MySQL과 연동하는 과정을 다뤄본다. Prisma

2021년 6월 28일
·
1개의 댓글
·