Goal
For separation of concerns and no mixing of languages and programming styles.
Proposed Solution
Solution Ideas:
- Move the content of
object DBFunctionFromPG into an extractor similar to the one used for tables extactions
- Use
DBConnection instead of Java's Connection
- Put the SQL queries into resources
Goal
For separation of concerns and no mixing of languages and programming styles.
Proposed Solution
Solution Ideas:
object DBFunctionFromPGinto an extractor similar to the one used for tables extactionsDBConnectioninstead of Java'sConnection