Missing LINQ QueryDSL with Scala #17902
ghost
started this conversation in
Feature Requests
Replies: 0 comments 1 reply
-
@netroby Do you know https://github.com/getquill/quill? It might be what you're looking for. It's closer to LINQ than Slick, I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I know scala have Slick , but it's too ugly than C# LINQ.
Here is the Scala SLICK syntax:
This would be equivalent to the following C#:
Yield and Select appear to be the same sort of projection routine.
Personally, I think the Scala one feels ugly, but that might only be because both C# options are so readable.
Now Groovy have GINQ , Looks good.
So i wonder if Scala 3 can support some feature like LINQ, Or learn from Groovy lang.
The QueryDSL was the big missing part of Scala .
http://mail-archives.apache.org/mod_mbox/groovy-notifications/201907.mbox/%3CJIRA.13237843.1559779174000.16465.1563559080283@Atlassian.JIRA%3E
[jira] [Updated] (GROOVY-9159) [GEP] Support LINQ, aka GINQ
https://docs.groovy-lang.org/docs/next/html/documentation/#_querying_collections_in_a_sql_like_style
Beta Was this translation helpful? Give feedback.
All reactions