minisql

small tool to query json files with ltl-flavored sql queries
Log | Files | Refs | README

commit ca2b3b3302975a9ff4b691ae3c7c4ec4b7e46960
parent 682410646f19ee70c41cd9ffd9f47bab11a5b96f
Author: quantumish <freifeld.david@gmail.com>
Date:   Sun,  8 Sep 2024 22:51:41 -0400

Update readme.md
Diffstat:
Mreadme.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -1,6 +1,8 @@ # minisql > simple sql querying over json files +`minisql` is a small program that lets you query flat JSON files with relatively simple SELECT queries. It also supports a number of extended queries based off of linear temporal logic for interacting with temporal data: see [LTL.md](https://github.com/quantumish/minisql/blob/master/ltl.md) for a writeup on the inclusion of these features! + ## install Run `install.sh` which will automatically install SML locally and compile `minisql`. @@ -19,7 +21,7 @@ which results in: state | region | name | pop | pop_male | pop_female South Dakota | Midwest | Titanium Difficulties | 889974703 | 458536 | 250643 Wisconsin | West | Idaho Montgomery | 428577562 | 764134 | 683030 -Georgia | Southwest | Glasgow Nudity | 35972038 | 44695 | 652128 +Georgia | Southwest | Glasgow Temper | 35972038 | 44695 | 652128 South Carolina | South | Handles Mineral | 260061223 | 515245 | 944841 Delaware | North | Click Epa | 658863391 | 73868 | 451517 ```