We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using Fa-Db a DbFunction descendant class and mix-in trait(s) have to be declared for each function. That's unnecessarily tedious.
DbFunction
Simplify usage by offering classes that already combine DBFunction descendants combined with mix-in traits.
DBFunction
The text was updated successfully, but these errors were encountered:
#51: Simplify usage by offering combined classes
93e3acc
* `DBMultipleResultFunction` added * `DBMultipleResultFunctionWithStatusSupport` added * `DBOptionalResultFunction` added * `DBOptionalResultFunctionWithStatusSupport` added * `DBSingleResultFunction` added * `DBSingleResultFunctionWithStatusSupport`
benedeki
Successfully merging a pull request may close this issue.
Background
When using Fa-Db a
DbFunction
descendant class and mix-in trait(s) have to be declared for each function. That's unnecessarily tedious.Feature
Simplify usage by offering classes that already combine
DBFunction
descendants combined with mix-in traits.The text was updated successfully, but these errors were encountered: