In the README.md, the text currently reads:
Compiler: sqlpp23 makes use of C++23 and requires a recent compiler and standard library.
Since C++23 adoption in compilers does not happen in a single version, it would be useful to add to this statement 1) which C++23 features are the primary language features that are used in comparison with sqlpp11, and 2) which minimal gcc and/or clang versions are known to work with sqlpp23.
I understand that (1) is a moving target, and once C++23 is used for one reason, it is free to be used for other C++23 language features too. But it would still help to assess this for other compilers that cannot be listed under (2).