jaqt is a query language created in 2023 by Auke van Slooten.
#2210on PLDB | 1Years Old |
git clone https://github.com/muze-nl/jaqt
GraphQL-style Array.select() and Array.where() for javascript
from(data.people)
.select({
metrics: {
hair_color: _
},
lastName:_
})