# SQLime - 온라인 SQLite Playground

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5153](https://news.hada.io/topic?id=5153)
- GeekNews Markdown: [https://news.hada.io/topic/5153.md](https://news.hada.io/topic/5153.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-10-07T10:13:12+09:00
- Updated: 2021-10-07T10:13:12+09:00
- Original source: [sqlime.org](https://sqlime.org/)
- Points: 9
- Comments: 1

## Topic Body

"JSFiddle for SQL"

- sql.js 기반으로 최신 SQLite를 브라우저에서 실행

ㅤ→ 뷰/트랜잭션/CTE/Window 등 전체 기능 지원

- 로컬/리모트 SQLite 접속 지원 (파일 또는 URL)

- DB와 쿼리를 GitHub에 저장해서 재사용 및 남에게 공유 가능

- 모바일 지원

- 오픈소스 : SQL.js + HTML/CSS/Vanilla JS

## Comments



### Comment 7179

- Author: xguru
- Created: 2021-10-07T10:13:19+09:00
- Points: 1

Repo : https://github.com/nalgeon/sqlime
