Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 643 Bytes

README.rdoc

File metadata and controls

23 lines (17 loc) · 643 Bytes

Linqr - Query Comprehensions for Ruby

Linq ( msdn.microsoft.com/en-us/vcsharp/aa336746 )like sytax for ruby.

Linq in C# is a great example of bringing a uniform query model to different sources of Data. Different providers can be hooked into the model so developers can still use the familiar sytax to query the data source instead of learning a whole new api.

Some Examples ( see wiki for detailed examples)

Simple join

Multi Join

Multi Select

Group Join

Order by