Hacker News new | ask | show | jobs
by Traubenfuchs 98 days ago
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!

1 comments

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