# Jupyter kernel for SQLite 공개

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2284](https://news.hada.io/topic?id=2284)
- GeekNews Markdown: [https://news.hada.io/topic/2284.md](https://news.hada.io/topic/2284.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-06-17T10:17:57+09:00
- Updated: 2020-06-17T10:17:57+09:00
- Original source: [blog.jupyter.org](https://blog.jupyter.org/a-jupyter-kernel-for-sqlite-9549c5dcf551)
- Points: 4
- Comments: 1

## Topic Body

- 노트북내에서 SQL명령을 편하게 사용

ㅤ→ SQLite DB 생성,열기,백업,삭제 부터 SQL 문법들

ㅤ→ DB 테이블을 tabulate로 HTML 테이블로 보여주기 가능

ㅤ→ Vega ( Visualization 용 언어 ) 와도 연동 예정

- Xeus (Jupyter Kernel Protocol) 기반으로 SQLiteCpp 와 연동

## Comments



### Comment 2035

- Author: lifeguru
- Created: 2020-06-17T13:45:11+09:00
- Points: 1

다른 DB 들도 연결해서 사용할 수 있으면 좋겠네요.
