7

What Database Abstraction Layer libraries would you recommend for use with C++? I am more interested in solutions for non-Windows platforms, but that is personal preference. Which libraries would you recommend and why?

3 Answers3

8

Take a look at SOCI

Apparently, it is a serious candidate for Boost.

Nemanja Trifunovic
  • 24,346
  • 3
  • 50
  • 88
2

Personally, I like the database template library.

Max Lybbert
  • 19,717
  • 4
  • 46
  • 69
1

I'd recommend using an ODBC library.

Here are the first two when I googled:

libodbc++

sqlapi++

luke
  • 36,103
  • 8
  • 58
  • 81