-
Notifications
You must be signed in to change notification settings - Fork 0
Automatic query composition #7
Copy link
Copy link
Open
Labels
SlickItem affecting the Slick executor implementationItem affecting the Slick executor implementationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
SlickItem affecting the Slick executor implementationItem affecting the Slick executor implementationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
📋 Backlog
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:
This is partial solution: #142