# StarbaseDB - HTTP로 이용가능한 SQLite on the Edge

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=17197](https://news.hada.io/topic?id=17197)
- GeekNews Markdown: [https://news.hada.io/topic/17197.md](https://news.hada.io/topic/17197.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-10-12T09:31:02+09:00
- Updated: 2024-10-12T09:31:02+09:00
- Original source: [github.com/brayden](https://github.com/brayden/starbasedb)
- Points: 8
- Comments: 1

## Summary

StarbaseDB는 Cloudflare Durable Objects를 기반으로 하여 확장 가능한 HTTP SQLite 데이터베이스를 제공합니다. HTTPS 엔드포인트와 Web Socket 커넥션을 통해 저지연 쿼리와 REST API를 지원하며, 상호 의존적인 쿼리 컬렉션을 트랜잭션으로 실행할 수 있습니다. 또한, Scale-to-Zero Compute 기능을 통해 데이터베이스가 사용되지 않을 때 비용을 절감할 수 있습니다.

## Topic Body

- Cloudflare Durable Objects를 기반으로 Edge에 구축된, 확장 가능한 HTTP SQLite 데이터베이스  
- HTTPS 엔드포인트로 SQLite DB에 접근 및 쿼리  
- Web Socket 커넥션으로 저지연 쿼리 가능  
- Transaction으로 상호 의존적인 쿼리 컬렉션 실행 지원  
- REST API 지원   
- Scale-to-Zero Compute로 DB가 사용되지 않을 때는 비용 감소

## Comments



### Comment 29975

- Author: iolothebard
- Created: 2024-10-12T10:25:15+09:00
- Points: 1

Cloudflare durable object에 원래 있던 (과금을 피하기위해) compute api를 안쓰고,  
Worker를 통해서 쓴다? 그럼 worker가 과금되는거 아닌가요? 뭔가 조사모사느낌인데…  
이름은 멋지네요…
