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

Fix presence of reflection in DB adapters #10

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Fix presence of reflection in DB adapters #10

merged 1 commit into from
Nov 21, 2023

Conversation

dekelpilli
Copy link
Contributor

Adding type hints to avoid reflection, which causes issues with Graal builds, as well as general performance issues.

Copy link
Owner

@tamizhvendan tamizhvendan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dekelpilli for the contribution.

@tamizhvendan tamizhvendan merged commit b5b7d28 into tamizhvendan:master Nov 21, 2023
1 check passed
@tamizhvendan
Copy link
Owner

@dekelpilli Thanks again. The changes are available now in version 1.0.1. It is excellent to know that it is working well with Graal. Do you have any sample projects that I can refer to in readme for the benefit of others?

@dekelpilli
Copy link
Contributor Author

@tamizhvendan thanks for getting that in so quickly! Unfortunately we're currently using/experimenting with this library in a closed-source application, but there are good resources for using adjacent tools with graalvm (honeysql + next.jdbc, postgres, Hikari. With these changes in 1.0.1, I believe these should be sufficient, as this library will no longer require additional Graal-specific configuration.

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

Successfully merging this pull request may close these issues.

None yet

2 participants