Thursday, March 13, 2008

SQLite and SOCI

Now that I know that I can do SQL queries agains the SQLite database, my first objective is to create a C++ dataobject that will allow my yet to be created framework to interact with the database. But first I need to be able to actually access SQLite through code.

My search led me to SOCI which is a C++ Database Access Library. I quote from their website:

The idea is to provide C++ programmers a way to access SQL databases in the most natural and intuitive way.
From what I can see SOCI looks to be the best thing for what I want to achieve.

http://soci.sourceforge.net