Skip to content

Commit

Permalink
data: Add Stanchion
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Mar 3, 2024
1 parent 93c2d1a commit 5ed278d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Extensions to enhance SQLite.
| [pivot_vtab](https://github.com/jakethaw/pivot_vtab) | An extension implementing pivot tables as virtual tables. | c; data_analysis; utilities |
| [sqlite-xsv](https://github.com/asg017/sqlite-xsv) | A SQLite extension to query CSV as virtual tables. | rust |
| [Mycelite](https://github.com/mycelial/mycelite) | A SQLite extension that allows you to synchronize changes from one instance of SQLite to another. | rust; utilities |
| [Stanchion](https://github.com/dgllghr/stanchion) | A SQLite extension that brings column-oriented tables to SQLite | c; data_analysis; zig |

## JavaScript

Expand Down Expand Up @@ -81,3 +82,4 @@ Useful tools to work with SQLite.

This dataset is licensed under the [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/).


1 change: 1 addition & 0 deletions data/tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ extensions,Extensions,"Extensions to enhance SQLite."
rust,Rust,"Rust programming language."
security,Security,"Security enhancements."
c,C,"C programming language."
zig,Zig,"Zig programming language."
geospatial,Geospatial,"Related to geographic and spatial data."
deno,Deno,"Related to the Deno engine."
webassembly,"WebAssembly","WebAssembly programming language."
Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ https://github.com/mycelial/mycelite,Mycelite,A SQLite extension that allows you
https://sql.ophir.dev/,SQLPage,A web server driven by SQL queries.,application
https://github.com/zknill/sqledge,SQLedge,A tool to stream changes from Postges to SQLite so the database can run on the edge.,application
https://github.com/orbitinghail/sqlsync,SQLSync,"A collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.",application
https://github.com/dgllghr/stanchion,Stanchion,A SQLite extension that brings column-oriented tables to SQLite,extensions
3 changes: 3 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ https://github.com/mycelial/mycelite,rust
https://sql.ophir.dev/,rust
https://github.com/zknill/sqledge,go
https://github.com/orbitinghail/sqlsync,rust
https://github.com/dgllghr/stanchion,c
https://github.com/dgllghr/stanchion,data_analysis
https://github.com/dgllghr/stanchion,zig

0 comments on commit 5ed278d

Please sign in to comment.