Relational database access is a key component of most of the software applications we use, and this is particularly true for web based applications. Unfortunately as C++ lost a lot of popularity and as Java and scripting languages gained the most of the web applications field, we cannot say that there are lot of open-source C++ frameworks for web development out there. And a good framework for web development means clever sub framework/library for database access.
For one of my projects I was desperately looking for such a framework/library. For the presentation layer I will probably go for Wt, but for database I am a little confused. I will try to compare some of the libraries I found; maybe I will get some valuable feedback from the readers. By writing this it helps me to even better clarify my criteria.
The libraries I found interesting to deeper look at would be:
- Dtl (http://dtemplatelib.sourceforge.net/)
- Otl (http://otl.sourceforge.net/)
- Mysql++
- soci
Relational database access is a key component of most of the software applications we use, and this is particularly true for web based applications. Unfortunately as C++ lost a lot of popularity and as Java and scripting languages gained the most of the web applications field, we cannot say that there are lot of open-source C++ frameworks for web development out there. And a good framework for web development means clever sub framework/library for database access.
For one of my projects I was desperately looking for such a framework/library. For the presentation layer I will probably go for Wt, but for database I am a little confused. I will try to compare some of the libraries I found; maybe I will get some valuable feedback from the readers. By writing this it helps me to even better clarify my criteria.
The libraries I found interesting to deeper look at would be:
- Dtl (http://dtemplatelib.sourceforge.net/)
- Otl (http://otl.sourceforge.net/)
- Mysql++
… to be continued…