An update on qryq
Some important changes to qryq since its first announcement:
- Picked GPL v3 as the licence
- Fully extracted as its own project
- Inline referencing + property drilldown of the results of other
qry
s - Specifying
depends
for eachqry
is now optional, and will be inferred when not present - Unit tested using
nodeunit
Qryq has also just been published as a node module. You can now get it using:
npm install qryq
Pull requests and suggestions are most welcome.
Happy coding!