SQLite-lines - 큰 파일을 라인단위로 읽는 확장
(github.com/asg017)- NDJSON, JSON Lines, logs, txt 등의 파일 또는 Blob에서 빠르게 읽어들이는 확장
- py-pandas 보다 52배, sqlite-utils 보다 18배, dsq 보다 16배 빠름
- 사용법
.load ./lines0
select line ->> '$.countrycode' as countrycode, count(*) from lines_read('./calendar.ndjson')