enhancementgood first issue
倉庫指標
- 星標
- (1 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.
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.