In order to let more people experience type safety and other compile time constraints when programming SQL in C++, more connectors for sqlpp11 are required. Currently there are connectors for MySQL/MariaDb, Postgresql and Sqlite3, as well as an experimental binding to std::vector.
I would like to use the opportunity of having so many capable people in one place to try to add a few more connector libraries. These libraries would not be finished by the end of the day, but there are pretty good chances to get the first few queries processed.
We will continue to develop the connectors we started in Part 1. Depending on how far we got, there are several options, for instance
I will give short introductions to these topics and help you with the implementation. Some of those will be challenging!
Since the overlap between topics is relatively small, several people could work on the same connector in parallel.