Project

linqr

0.0
No commit activity in last 3 years
No release in over 3 years
Linq like sytax for querying multiple-datasources
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.0.0
~> 1.6.4
~> 2.4.0
 Project Readme

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¶ ↑