Skip to content

Commit

Permalink
data: Add sqlite-lines
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Aug 6, 2022
1 parent 77862e1 commit 4024f02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Extensions to enhance SQLite.
| [SpatiaLite](https://www.gaia-gis.it/fossil/libspatialite/) | A library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. | geospatial; utilities |
| [Verneuil](https://github.com/backtrace-labs/verneuil) | Verneuil is a VFS extension for SQLite that asynchronously replicates databases to S3-compatible blob stores. | c; rust |
| [XLite](https://github.com/x2bool/xlite) | A SQLite extension to query Excel files as virtual tables. | rust; utilities |
| [sqlite-lines](https://github.com/asg017/sqlite-lines) | A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.) | c; utilities |
| [sqlite-parquet-vtable](https://github.com/cldellow/sqlite-parquet-vtable) | A SQLite virtual table extension to expose Parquet files as SQL tables. | utilities |
| [sqlite-zstd](https://github.com/phiresky/sqlite-zstd) | Transparent dictionary-based row-level compression for SQLite. | rust; utilities |

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ https://github.com/backtrace-labs/verneuil,Verneuil,"Verneuil is a VFS extension
https://github.com/simonw/git-history,git-history,"Tools for analyzing Git history using SQLite",application
https://github.com/x2bool/xlite,XLite,A SQLite extension to query Excel files as virtual tables.,extensions
https://github.com/phiresky/sqlite-zstd,sqlite-zstd,Transparent dictionary-based row-level compression for SQLite.,extensions
https://github.com/asg017/sqlite-lines,sqlite-lines,"A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.)",extensions
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ https://github.com/x2bool/xlite,utilities
https://github.com/x2bool/xlite,rust
https://github.com/phiresky/sqlite-zstd,rust
https://github.com/phiresky/sqlite-zstd,utilities
https://github.com/asg017/sqlite-lines,c
https://github.com/asg017/sqlite-lines,utilities

0 comments on commit 4024f02

Please sign in to comment.