LunaQuery

Fluent, Linq-Style Query Expressions for Lua

$ luarocks install lunaquery

Use fluent syntax to query datasets like directory trees, XML, and JSON objects

Differences reflecting lua's table type:
'toList' and 'toArray' produce the same result, 'cast' is not implemented, and
'toDictionary' and 'toHashSet' don't take an equality comparer param

'repeat' is renamed 'repeatElement' to avoid collision with lua's repeat keyword

Versions

1.0-13 years ago13 downloads
0.9-23 years ago5 downloads
0.9-13 years ago9 downloads

Dependencies

lua >= 5.1

Manifests