it was placed in the public domain. Made the changes to the header and cpp file to reflect that. Also renamed LICENSE to COPYING-GPL and made not of the overall project license in COPYING
http://www.qtcentre.org/threads/36131-Attempting-to-use-Sqlite-backup-api-from-driver-handle-fails on a post by chemmalion that allows one to save a memory sqlite3 database to file. This is really neat because now the strain on the hardrive is gone! This version loads the database on startup and saves it every 3 minutes to disk. The database is saved upon closing the program as well.