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

Abstract DB access #3

Open
dbonino opened this issue Apr 22, 2020 · 0 comments
Open

Abstract DB access #3

dbonino opened this issue Apr 22, 2020 · 0 comments

Comments

@dbonino
Copy link

dbonino commented Apr 22, 2020

As emerges from JDBCDPPPTDataServiceImpl.java currently a dabase-dependent approach is used which requires to develop and test specific queries for each available backend. Given the fact that the database structure is overly simple, I see no harms in exploiting the spring boot ORM (hibernate + hickary pool) to avoid hand carving of queries to handle variations of SQL dialects on different databases.

@brushtyler brushtyler transferred this issue from noiapp/noiapp-backend-old May 5, 2020
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