I've updated an old C Database Connection Pool library (previously shared on HN) with a new C++20 API. This project was my foray into modern C++, and I'm hoping the community
finds it useful and that the C++ code meets modern standards.<p>The intro to the C++ API for the library is here:
<a href="https://tildeslash.com/libzdb/api-docs/zdbpp_8h.html" rel="nofollow">https://tildeslash.com/libzdb/api-docs/zdbpp_8h.html</a><p>Feedback on the C++ implementation is welcome, especially from those experienced with modern C++. I'm particularly interested in thoughts on the API design and use of C++20
features.