arrowhead-f/core-cpp

POPPY-0025: Replace std::stack in db::DatabasePool

Open

#25 opened on Jan 4, 2021

 (0 comments) (0 reactions) (0 assignees)C (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide