Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ wrapper for SQLite3 API - alternatives for sqlite3pp [duplicate]

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!

like image 488
Arman Avatar asked Oct 22 '12 21:10

Arman


1 Answers

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

like image 144
Sebastian Avatar answered Oct 14 '22 08:10

Sebastian