# ws4sqlite - SQLite를 REST로 이용하게 해주는 서버

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6146](https://news.hada.io/topic?id=6146)
- GeekNews Markdown: [https://news.hada.io/topic/6146.md](https://news.hada.io/topic/6146.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-03-15T10:13:01+09:00
- Updated: 2022-03-15T10:13:01+09:00
- Original source: [github.com/proofrock](https://github.com/proofrock/ws4sqlite)
- Points: 7
- Comments: 0

## Topic Body

- 한개 이상의 SQLite 파일에 대해서 REST(JSON over HTTP)로 쿼리 가능하게 해주는 Go 오픈소스   
  - SQLite에 원격 접속 필요한 서버리스 등에서 사용 가능   
- 실행파일 1개로 바로 서버 실행   
  - 여러개의 .db 파일 동시 서빙 가능   
  - 인메모리 DB도 지원  
- Java/Go 클라이언트 라이브러리 제공   
- 각 JSON 호출이 트랜잭션으로 처리   
- CORS 모드 제공(각 DB당 설정가능)  
- WAL(Write Ahead Logging) 기본으로 활성화(비활성화 가능)  
- 약 900라인의 컴팩트한 코드베이스   
- amd64/arm32 도커이미지 제공

## Comments



_No public comments on this page._
