upvote
To make this easier we could develop some kind of… query or… command language for this.

Take OPs example…

> I am addicted now that I can ask it, “hey in the companies table only show me the ones who have more than 5 employees”

Now how could that command language look like, maybe something like…

PICK * of COMPANIES if EMPLOYEE_COUNT >10;

We could call this DCCL: Dench Claw Command Language!

reply
It is called SQL and the tool is called sqlite.
reply
That’s the joke :)
reply