Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
mock_connection_pool.h File Reference
#include "mock_database.h"
#include <vector>
#include <memory>
#include <mutex>
#include <condition_variable>
#include <queue>
#include <atomic>
#include <chrono>
Include dependency graph for mock_connection_pool.h:

Go to the source code of this file.

Classes

class  database::testing::mock_connection_pool
 Mock connection pool for testing pool-related functionality. More...
 
struct  database::testing::mock_connection_pool::config
 
struct  database::testing::mock_connection_pool::stats
 Get current pool statistics. More...
 
class  database::testing::scoped_connection
 RAII wrapper for pool connections. More...
 

Namespaces

namespace  database
 
namespace  database::testing