sqlpp17
sqlpp17 copied to clipboard
Any future plans?
C++ 20 is coming soon. Is there any plan for this project?
I don't have plans for sqlpp17 as of now.
I am currently experimenting with C++20 concepts and modules. However, the most crucial change in the language is still missing: Reflection.
Old good generators are still fine and do the trick.
Sure, but I would like to get rid of some of the code constructs (variadic CRTP, in particular). Reflection would allow for that.