Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSL: Type safe query DSL #12

Open
fsanaulla opened this issue Aug 31, 2017 · 2 comments
Open

DSL: Type safe query DSL #12

fsanaulla opened this issue Aug 31, 2017 · 2 comments
Assignees

Comments

@fsanaulla
Copy link
Owner

fsanaulla commented Aug 31, 2017

Take a look on Phantom DSL:

    select(_.client_request_utc_timestamp)
      .where(_.client_request_utc_timestamp lte to)
      .and(_.client_request_utc_timestamp gte from)
      .limit(limitSize)
      .allowFiltering()
      .consistencyLevel_=(ConsistencyLevel.ONE)
      .fetch()
  }
@fsanaulla fsanaulla self-assigned this Sep 22, 2017
@fsanaulla fsanaulla changed the title Typesafe query dsl Type safe query DSL Nov 1, 2017
@fsanaulla fsanaulla changed the title Type safe query DSL CORE: Type safe query DSL Mar 14, 2018
@fsanaulla fsanaulla added the deffered Issue with low-priority level label Mar 27, 2018
@fsanaulla fsanaulla added this to the v0.3.0 milestone Apr 26, 2018
@fsanaulla fsanaulla removed this from the v0.3.0 milestone Jun 20, 2018
@fsanaulla fsanaulla added this to the v0.4.0 milestone Jul 31, 2018
@fsanaulla fsanaulla added priority and removed deffered Issue with low-priority level labels Jul 31, 2018
@fsanaulla fsanaulla removed this from the v0.4.0 milestone Sep 29, 2018
@fsanaulla fsanaulla removed the priority label Nov 9, 2018
@fsanaulla
Copy link
Owner Author

Starting from 1.7 it should be based on Flux

@fsanaulla fsanaulla changed the title CORE: Type safe query DSL DSL: Type safe query DSL Jan 11, 2019
@Dr-Nikson
Copy link

Also, there is a very good example of DSL -- https://github.com/getquill/quill#quotation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants