Use type classing for getting values from `QueryResult`/`QueryResultRow`
Aberta
enhancement
tech debt
- Linguagem predominante
- Scala
- Estrelas
- 3
- Forks
- 2
- Merge médio
- 14h 48min
- PRs com merge (30d)
- 1
Descrição
### 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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.