Use type classing for getting values from `QueryResult`/`QueryResultRow`
Abierto
enhancement
tech debt
- Lenguaje dominante
- Scala
- Estrellas
- 3
- Forks
- 2
- Merge medio
- 14 h 48 min
- PR fusionados (30 d)
- 1
Descripción
### Description of Technical Debt
Getting values from `QueryResult`/`QueryResultRow` classes is hard-coded making it complicated to add custom or extended types retrieval.
### Impact of Technical Debt
* complicates, perhaps even makes it impossible, to gather non-standard types from DB query results.
### Category
Code Quality / Refactoring
### Priority
Medium - Should be addressed soon
### Proposed Solution
Use type classing.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.