added connection pool and tests

This commit is contained in:
Sascha Kühl
2025-02-05 15:47:51 +01:00
parent 45a7199ccf
commit bc3ffbda10
20 changed files with 495 additions and 53 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace matador::utils {
struct placeholder {};
inline constexpr bool operator==(const placeholder&, const placeholder&) { return true; }
constexpr bool operator==(const placeholder&, const placeholder&) { return true; }
static constexpr placeholder _;