# TermDBMS - DB 조회/수정용 TUI

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4956](https://news.hada.io/topic?id=4956)
- GeekNews Markdown: [https://news.hada.io/topic/4956.md](https://news.hada.io/topic/4956.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-09-06T09:43:45+09:00
- Updated: 2021-09-06T09:43:45+09:00
- Original source: [github.com](https://github.com/mathaou/termdbms)
- Points: 5
- Comments: 1

## Topic Body

- 터미널에서 DB 테이블을 보고 수정하는 도구

ㅤ→ 스프레드시트 형태의 UI

ㅤ→ 키보드/마우스 조작

ㅤ→ SQL실행 및 결과 표시. 실시간 수정 지원

ㅤ→ Row/Column/Cell 추가/삭제 지원

ㅤ→ 모든걸 Rename 지원

- 현재는 SQLite 만 지원. MySQL / Postgres 추가 예정

- Go 오픈소스 : 맥/윈/리눅스 지원

## Comments



### Comment 6681

- Author: xguru
- Created: 2021-09-06T09:43:58+09:00
- Points: 1

SQlite 나 CSV,엑셀등은 Visidata 로도 가능한데 MySQL/Postgres 가 추가예정이라는게 기대되고,

Go로 되어있어서 WSL을 이용해야 하는 Visidata에 비해 윈도우에서도 사용하기 좋을듯 합니다.

- Visidata - 터미널에서 스프레드시트 데이터 다루기 https://news.hada.io/topic?id=3030
