On Wed, Jun 13, 2012 at 1:21 PM, Arbol One <[email protected]> wrote:
> Anyone knows where I can find some examples of how C++ interfaces with > SQLite? I just need to see some code that is functional and not just some > snips of how it maybe-should-possibly work. > Here's mine: http://fossil.wanderinghorse.net/repos/sqlite-stuff/ (3 different C++ wrappers) http://fossil.wanderinghorse.net/wikis/cpdo/?page=cpdopp (generic, supporting sqlite3/mysql5) That said: the first code is somewhat older, but should still be fine if you don't need weird newer sqlite3 C APIs. The second is my current preferred API but it is driver-agnostic, not sqlite3-specific. The CPDO C++ API is trivially simple to use, though. Feel free to contact me off-list with questions. Happy Hacking! -- ----- stephan beal http://wanderinghorse.net/home/stephan/ http://gplus.to/sgbeal _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

