# EdgeDB - 개발자를 위한 차세대 오픈소스 ORDB

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4602](https://news.hada.io/topic?id=4602)
- GeekNews Markdown: [https://news.hada.io/topic/4602.md](https://news.hada.io/topic/4602.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-07-13T09:49:51+09:00
- Updated: 2021-07-13T09:49:51+09:00
- Original source: [edgedb.com](https://www.edgedb.com/)
- Points: 18
- Comments: 3

## Topic Body

- PostgreSQL 위에 만든 객체 관계형 데이터베이스

ㅤ→ 엄격한 선언형, Typed Schema : EdgeDB SDL

ㅤ→ SQL과 비슷하지만 쉽고 강력한 쿼리 언어 : EdgeQL

ㅤ→ Schema 자동 Migration 기능 내장

ㅤ→ GraphQL 지원 내장

ㅤ→ ORM 들보다 훨씬 빠른 속도

- TypeScript/JavaScript, Python, Go, Deno 공식 라이브러리 제공

- 리눅스/맥/윈도우에 1줄 스크립트로 설치 지원

## Comments



### Comment 5692

- Author: twince
- Created: 2021-07-14T14:27:58+09:00
- Points: 1

좋네요

### Comment 5679

- Author: shawn
- Created: 2021-07-13T12:05:57+09:00
- Points: 1

:=

### Comment 5675

- Author: xguru
- Created: 2021-07-13T09:50:00+09:00
- Points: 4

EdgeQL 문법이 특이한데 엄청 편해보이긴 합니다.

- https://www.edgedb.com/docs/tutorial/queries

왜 EdgeQL을 만들었는지 설명한 글도 적어놨네요.

- [We Can Do Better Than SQL](https://www.edgedb.com/blog/we-can-do-better-than-sql)
