Re: [sqlite] How do you guys use sqlite from C++?

2009-04-29 Thread Harald Nehring
Just stumbled over SOCI (http://soci.sourceforge.net/) in my search for an easy to use C++ interface to relational DBs. Scales from simple scalar queries to OR mapping and STL/Boost integration. Supports SQLite as backend. Haven't tested it yet, but the concept sounds clean and promising. MfG H

Re: [sqlite] How do you guys use sqlite from C++?

2009-04-28 Thread Harald Nehring
Just stumbled over SOCI (http://soci.sourceforge.net/ [http://soci.sourceforge.net/]) in my search for an easy to use C++ interface to relational DBs. Scales from simple scalar queries to OR mapping and STL/Boost integration. Supports SQLite as backend. Haven't tested it yet, but the concept so