# SOUL - SQLite REST 및 실시간 서버

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=13950](https://news.hada.io/topic?id=13950)
- GeekNews Markdown: [https://news.hada.io/topic/13950.md](https://news.hada.io/topic/13950.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-03-23T10:03:01+09:00
- Updated: 2024-03-23T10:03:01+09:00
- Original source: [github.com/thevahidal](https://github.com/thevahidal/soul)
- Points: 20
- Comments: 1

## Topic Body

- CLI로 SQLite DB 파일을 REST 및 WebSocket API로 공개해주는 도구   
  - `soul -d sqlite.db -p 8000`  
  - 이렇게 하면 http://localhost:8000 와 ws://localhost:8000 가 활성화 됨   
- 3개의 엔드포인트: /tables, /rows, /   
- Javascript로 된 확장을 통해 기능 추가 가능: 새 엔드포인트 추가, 엔드포인트 수정, 완전히 새로운 기능 추가

## Comments



### Comment 23992

- Author: yangeok
- Created: 2024-03-25T11:07:36+09:00
- Points: 1

이야 얼마 전에는 postgresql로 rest api 서버 만드는 플러그인이 나오더니,, sqlite로도 가능해졌네요 ㅎ
