3

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

Thanks

Johann Gerell
  • 24,991
  • 10
  • 72
  • 122
user62507
  • 31
  • 2
  • possible duplicate of [What is a good OO C++ wrapper for sqlite](http://stackoverflow.com/questions/120295/what-is-a-good-oo-c-wrapper-for-sqlite) – CashCow Jan 10 '11 at 16:48
  • duplicate of this question: http://stackoverflow.com/questions/120295/what-is-a-good-oo-c-wrapper-for-sqlite – CashCow Jan 10 '11 at 16:48
  • no longer a duplicate. the question was deleted. – Brian Jack Nov 30 '14 at 15:08

5 Answers5

2

QT includes one, wxWidgets includes one.

Tobias Langner
  • 10,634
  • 6
  • 46
  • 76
1

http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers .

Roel
  • 19,338
  • 6
  • 61
  • 90
1

The SOCI project has a SQLite3 backend wrapper.

Kaz Dragon
  • 6,681
  • 2
  • 36
  • 45
1

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

Pragnesh Chauhan
  • 8,363
  • 9
  • 42
  • 53
0

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

oz10
  • 153,307
  • 27
  • 93
  • 128