arrowhead-f/core-cpp
POPPY-0025: Replace std::stack in db::DatabasePool
Offen
#25 geöffnet am 04.01.2021
enhancementgood first issue
Repository-Metriken
- Stars
- (1 Stern)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
DatabasePool currently uses a stack to store available connection. A simple array with a pointer to the last available connections would be enought to solve this problem.