https://github.com/suryagaddipati/linqr
Query Comprehensions for Ruby
https://github.com/suryagaddipati/linqr
linq ruby
Last synced: about 1 year ago
JSON representation
Query Comprehensions for Ruby
- Host: GitHub
- URL: https://github.com/suryagaddipati/linqr
- Owner: suryagaddipati
- Created: 2011-08-07T16:44:38.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-05-15T19:05:37.000Z (about 11 years ago)
- Last Synced: 2025-03-27T05:11:41.233Z (about 1 year ago)
- Topics: linq, ruby
- Language: Ruby
- Homepage:
- Size: 3.65 MB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Linqr - Query Comprehensions for Ruby
Linq ( http://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
http://i.imgur.com/jgGl7.png
===Multi Join
http://i.imgur.com/74Exj.png
===Multi Select
http://i.imgur.com/i6v6z.png
===Group Join
http://i.imgur.com/IKlMT.png
===Order by
http://i.imgur.com/MGW3Z.png