tastott / jsoql

A SQL-like language for querying JSON data
http://tastott.github.io/jsoql
3 stars 1 forks source link

Array functions #9

Closed tastott closed 9 years ago

tastott commented 9 years ago

E.g. SELECT Things.count()

tastott commented 9 years ago

I think the more SQL-like way to provide these is through sub-queries (#5).