Skip to content

Commit

Permalink
data: Add litetree
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <asiches@gmail.com>
  • Loading branch information
arnau committed Jun 27, 2021
1 parent c76790a commit ad8bdc2
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 @@ -9,6 +9,7 @@ Solutions using SQLite as a building block.

| name | summary | tags |
| - | - | - |
| [LiteTree](https://github.com/aergoio/litetree) | A modified version of the SQLite engine to support branches a-la Git. | c |
| [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/thing.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ https://github.com/benbjohnson/litestream,Litestream,Litestream is a standalone
https://www.gaia-gis.it/fossil/libspatialite/,SpatiaLite,A library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.,extensions
https://github.com/nalgeon/sqlean,SQLean,"Extends SQLite with json1, math, re, stats, text, unicode and vsv at once.",extensions
https://github.com/thombashi/sqlitebiter,sqlitebiter,A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.,utilities
https://github.com/aergoio/litetree,LiteTree,A modified version of the SQLite engine to support branches a-la Git.,application
1 change: 1 addition & 0 deletions data/thing_tag.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ https://www.gaia-gis.it/fossil/libspatialite/,geospatial
https://github.com/nalgeon/sqlean,utilities
https://github.com/nalgeon/sqlean,c
https://github.com/thombashi/sqlitebiter,python
https://github.com/aergoio/litetree,c

0 comments on commit ad8bdc2

Please sign in to comment.