6

Possible Duplicate:
What is a good OO C++ wrapper for sqlite

I'm looking for C++ wrappers for SQLite3 API. So far, I only found sqlite3pp. It seems quite up-to-date, however, before settling with that I wanted to see if there are any alternatives. Do you guys know any? Thanks in advance!

Community
  • 1
  • 1
Arman
  • 1,074
  • 3
  • 20
  • 40

1 Answers1

7

I don't know why I can't find the Wiki linked from the SQLite homepage anymore. But it lists lots of C++ wrappers: http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers

Sebastian
  • 1,839
  • 12
  • 16