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

Automatic query composition #7

Open
benedeki opened this issue Feb 7, 2022 · 0 comments
Open

Automatic query composition #7

benedeki opened this issue Feb 7, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed Slick Item affecting the Slick executor implementation

Comments

@benedeki
Copy link
Contributor

benedeki commented Feb 7, 2022

Background

Right now the query to execute the query has to be manually assembled in the code, despite it's very straightforward and uninventive.

Feature

Create a macro to expand the query automatically, based on the schema and function names and the input and output types. Support for types:

  • simple types
  • case classes
  • tuples (positional)
@benedeki benedeki added enhancement New feature or request help wanted Extra attention is needed priority: high Slick Item affecting the Slick executor implementation labels Feb 7, 2022
@benedeki benedeki moved this from 🆕 To groom to 📋 Backlog in CPS small repos project Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed Slick Item affecting the Slick executor implementation
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant