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

Code Generation #1

Open
lemnik opened this issue Aug 7, 2017 · 0 comments
Open

Code Generation #1

lemnik opened this issue Aug 7, 2017 · 0 comments

Comments

@lemnik
Copy link
Owner

lemnik commented Aug 7, 2017

This project could make excellent use of code generation during compilation. The idea would be to create an annotation-processor add-on that could process most Query interfaces at compile time.

Important sub issues:

  • EoD SQL relies on the ResultSetMetadata by default to determine the actual columns and types to bind. That annotation processor would need to parse the SELECT statement
  • EoD SQL maps all columns through TypeMapper objects, the compiled code could directly fetch many types from the drivers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant