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

Add DB module #37

Open
vitaliihonta opened this issue Jun 29, 2022 · 3 comments
Open

Add DB module #37

vitaliihonta opened this issue Jun 29, 2022 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@vitaliihonta
Copy link
Owner

I don't want to write database integrations from scratch with plain JDBC.
Instead think about reusing Quill for querying

@vitaliihonta vitaliihonta added the enhancement New feature or request label Jul 1, 2022
@ohuu
Copy link

ohuu commented Jul 1, 2022

What about https://github.com/tpolecat/skunk?

@vitaliihonta vitaliihonta added this to the Release 0.3.0 milestone Jul 1, 2022
@vitaliihonta
Copy link
Owner Author

What about https://github.com/tpolecat/skunk?

Hi @ohuu , I appreciate your suggestion!
The main reason I have chosen quill is the ability to run SQL without any IO monad.
It's the most popular and simple option I know

@vitaliihonta
Copy link
Owner Author

By the way, doesn't seem difficult to implement ResultSet => case class parser with magnolia.
Could start with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants