ledger-core
|
Public Member Functions | |
ConnectionPool (const std::string &connectUrl) | |
std::shared_ptr< api::DatabaseConnection > | getConnection () override |
|
inlineoverridevirtual |
Get a connection to the database. This method won't be called more than the engine pool size return by DatabaseEngine::getPoolSize.
Implements ledger::core::api::DatabaseConnectionPool.