views:

144

answers:

5

Hi, I am looking for a crossplatform Sqlite wrapper for Sqlite3. Any suggestions?

Thanks

+2  A: 

QT includes one, wxWidgets includes one.

Tobias Langner
A: 

CppSqlite is a very good C++ wrapper for SQLite. I've used it on *nix and windows without problems.

ceretullis
A: 

The SOCI project has a SQLite3 backend wrapper.

Kaz Dragon
A: 

Libgda (http://www.gnome-db.org) has some C++ bindings.

Vivien Malerba