Skip to content

Commit

Permalink
data: Add XLite
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Jul 2, 2022
1 parent c143b2b commit 38d6859
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 @@ -24,6 +24,7 @@ Extensions to enhance SQLite.
| [SQLean](https://github.com/nalgeon/sqlean) | Extends SQLite with json1, math, re, stats, text, unicode and vsv at once. | c; utilities |
| [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-parquet-vtable](https://github.com/cldellow/sqlite-parquet-vtable) | A SQLite virtual table extension to expose Parquet files as SQL tables. | utilities |

## JavaScript
Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ https://github.com/dyedgreen/deno-sqlite,deno-sqlite,A Deno module with SQLite e
https://sqlime.org/,sqlime,"An online SQLite playground for debugging and sharing SQL snippets. Kinda like JSFiddle or CodePen, but for SQL instead of JavaScript.",utilities
https://github.com/backtrace-labs/verneuil,Verneuil,"Verneuil is a VFS extension for SQLite that asynchronously replicates databases to S3-compatible blob stores.",extensions
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
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ https://github.com/backtrace-labs/verneuil,c
https://github.com/backtrace-labs/verneuil,rust
https://github.com/simonw/git-history,python
https://github.com/simonw/git-history,git
https://github.com/x2bool/xlite,utilities
https://github.com/x2bool/xlite,rust

0 comments on commit 38d6859

Please sign in to comment.