Skip to content

suryagaddipati/linqr

Repository files navigation

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

About

Query Comprehensions for Ruby

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages