Skip to content

Commit

Permalink
data: SQLPage
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 15, 2023
1 parent 92d398d commit 2b1c499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Solutions using SQLite as a building block.
| [sqlite-difftable](https://github.com/simonw/sqlite-diffable) | Tools for dumping/loading a SQLite database to diffable directory structure - GitHub - simonw/sqlite-diffable: Tools for dumping/loading a SQLite database to diffable directory structure. | python; utilities |
| [Ploomber](https://github.com/ploomber/ploomber) | The fastest way to build data pipelines. Develop iteratively, deploy anywhere. | data_analysis; python; utilities |
| [litefs](https://github.com/superfly/litefs) | FUSE-based file system for replicating SQLite databases across a cluster of machines | go; utilities |
| [SQLPage](https://sql.ophir.dev/) | A web server driven by SQL queries. | rust |

## Extensions

Expand Down
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ https://github.com/superfly/litefs,litefs,FUSE-based file system for replicating
https://github.com/jakethaw/pivot_vtab,pivot_vtab,An extension implementing pivot tables as virtual tables.,extensions
https://github.com/asg017/sqlite-xsv,sqlite-xsv,A SQLite extension to query CSV as virtual tables.,extensions
https://github.com/mycelial/mycelite,Mycelite,A SQLite extension that allows you to synchronize changes from one instance of SQLite to another.,extensions
https://sql.ophir.dev/,SQLPage,A web server driven by SQL queries.,application
1 change: 1 addition & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ https://github.com/jakethaw/pivot_vtab,data_analysis
https://github.com/asg017/sqlite-xsv,rust
https://github.com/mycelial/mycelite,utilities
https://github.com/mycelial/mycelite,rust
https://sql.ophir.dev/,rust

0 comments on commit 2b1c499

Please sign in to comment.