# SQLite 3.40.0 릴리즈

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=7875](https://news.hada.io/topic?id=7875)
- GeekNews Markdown: [https://news.hada.io/topic/7875.md](https://news.hada.io/topic/7875.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-11-23T11:06:37+09:00
- Updated: 2022-11-23T11:06:37+09:00
- Original source: [sqlite.org](https://www.sqlite.org/releaselog/3_40_0.html)
- Points: 7
- Comments: 1

## Topic Body

- SQLite to WASM 컴파일 지원. 브라우저 위에서 실행 가능 (베타)  
- 깨진 DB파일에서 일부 복원이 가능한 리커버리 확장 추가   
- 쿼리 플래너 향상   
- sqlite3_filename 라는 typedef 추가   
- sqlite3_value_encoding() 인터페이스 추가   
- 보안 향상 : SQLITE_DBCONFIG_DEFENSIVE 가 스키마 버전 변경을 금지하도록 보강됨. 방어모드에서는 스키마버전이 읽기 전용으로   
- 일반적인 워크로드에서 1% 정도의 CPU 사이클 성능 향상

## Comments



### Comment 13421

- Author: xguru
- Created: 2022-11-23T11:06:39+09:00
- Points: 1

[SQLite3 WASM/JS 공식 프로젝트](https://news.hada.io/topic?id=7693)
