# libsql - SQLite의 오픈 소스, 오픈 컨트리뷰션 포크

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7580](https://news.hada.io/topic?id=7580)
- GeekNews Markdown: [https://news.hada.io/topic/7580.md](https://news.hada.io/topic/7580.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-10-12T10:32:02+09:00
- Updated: 2022-10-12T10:32:02+09:00
- Original source: [github.com/libsql](https://github.com/libsql/libsql)
- Points: 16
- Comments: 1

## Topic Body

- SQLite는 오픈소스긴 하지만 컨트리뷰션이 불가능해서 다음과 같은 시도가 불가능   
  - 분산처리를 위해서 rqlite, LiteFS 같은 시도가 있지만, 네이티브하게 처리 하고 싶다면?  
  - io_uring 같은 비동기 I/O 적용은 어떨까?  
  - 리눅스 커널에 SQLite를 임베드 하면? (eBPF에 넣는다면 ?)  
- 우리의 계획   
  - SQLite를 포크해서 MIT 오픈소스로 만들고 컨트리뷰션 가능하게   
  - 호환성은 유지   
  - 새로운 기능은 Rust로 개발

## Comments



### Comment 12683

- Author: xguru
- Created: 2022-10-12T10:33:01+09:00
- Points: 1

[LiteFS - SQLite를 위한 오픈소스 분산 파일 시스템](https://news.hada.io/topic?id=7482)  
[rqlite - SQLite 기반의 가벼운 분산 데이터베이스](https://news.hada.io/topic?id=3636)
