# Go로 SQL DB 처음부터 만들기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1886](https://news.hada.io/topic?id=1886)
- GeekNews Markdown: [https://news.hada.io/topic/1886.md](https://news.hada.io/topic/1886.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-14T10:37:24+09:00
- Updated: 2020-04-14T10:37:24+09:00
- Original source: [notes.eatonphil.com](https://notes.eatonphil.com/database-basics.html)
- Points: 8
- Comments: 1

## Topic Body

PostgreSQL 초기 구현체 수준과 비슷한 DB엔진을 Go언어로 기초부터 만들어보는 시리즈 글

- SQL 파서 구현 : CREATE,INSERT,SELECT

- AST만들고 TEXT/INT 지원하는 메모리 백엔드 구현

- 테이블 출력을 지원하는 기본 REPL 구현

## Comments



### Comment 1583

- Author: xguru
- Created: 2020-04-14T10:37:27+09:00
- Points: 1

2부 단항연산자와 WHERE 필터 구현 : https://notes.eatonphil.com/database-basics-expressions-and-where.html
