Skip to content

Commit

Permalink
data: Add git-history
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Dec 18, 2021
1 parent 7640550 commit c143b2b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Solutions using SQLite as a building block.
| - | - | - |
| [LiteTree](https://github.com/aergoio/litetree) | A modified version of the SQLite engine to support branches a-la Git. | c |
| [bibliothecula](https://github.com/epilys/bibliothecula) | Document organizer with tags and full-text-search, in a simple and clean sqlite3 schema | python; rust |
| [git-history](https://github.com/simonw/git-history) | Tools for analyzing Git history using SQLite | git; python |
| [simple-graph](https://github.com/dpapathanasiou/simple-graph) | A graph database in SQLite inspired by 'SQLite as a document database'. | python |

## Extensions
Expand Down
1 change: 1 addition & 0 deletions data/tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ c,C,"C programming language."
geospatial,Geospatial,"Related to geographic and spatial data."
deno,Deno,"Related to the Deno engine."
webassembly,"WebAssembly","WebAssembly programming language."
git,"Git","Git distributed version control system."
1 change: 1 addition & 0 deletions data/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ https://github.com/epilys/bibliothecula,bibliothecula,"Document organizer with t
https://github.com/dyedgreen/deno-sqlite,deno-sqlite,A Deno module with SQLite embedded as WebAssembly,javascript
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
2 changes: 2 additions & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ https://github.com/dyedgreen/deno-sqlite,deno
https://sqlime.org/,webassembly
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

0 comments on commit c143b2b

Please sign in to comment.