# Prisma 2.0 발표 : Type-safe하고 자동 생성되는 DB클라이언트

> Clean Markdown view of GeekNews topic #2239. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2239](https://news.hada.io/topic?id=2239)
- GeekNews Markdown: [https://news.hada.io/topic/2239.md](https://news.hada.io/topic/2239.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-06-10T10:14:59+09:00
- Updated: 2020-06-10T10:14:59+09:00
- Original source: [prisma.io](https://www.prisma.io/blog/announcing-prisma-2-n0v98rzc8br1)
- Points: 7
- Comments: 2

## Topic Body

- 전통적인 ORM을 대체하고 DB 접근을 쉽게

- PostgreSQL, MySQL, SQLite 지원

- Node.js + TypeScript 개발자를 위해 생산성,성능,안전성 향상

- 장점

ㅤ→ 데이터를 객체로 처리(ORM과는 다름)

ㅤ→ 직관적인 Relation 처리

ㅤ→ 선언적이고 읽기쉬운 DB스키마

ㅤ→ DB쿼리 자동완성 지원

ㅤ→ Typesafe 한 쿼리

ㅤ→ DB스키마에 기반하여 쿼리 API가 생성되기 때문에 스키마 변경시에도 API 재생성만 하면 변경이 자동 적용

ㅤ→ Prisma 클라이언트는 REST,GraphQL,Thrift,gRPC와 호환

- RedwoodJS도 Prisma를 선택

## Comments



### Comment 1984

- Author: tujuc
- Created: 2020-06-10T10:53:38+09:00
- Points: 1

아직 안되는것도 있긴한데. 다른 것보다는 쉽게 작동해서 좋네요 :).

nest.js 쪽에서는 프리뷰로 작업을 해놓은게 있는데 이번에 업데이트가 될련지 모르겠군요..

### Comment 1980

- Author: xguru
- Created: 2020-06-10T10:15:03+09:00
- Points: 1

RedwoodJS - 풀스택 개발 가능한 JAMStack https://news.hada.io/topic?id=1699
