Class to manage sqlite database. An object-oriented interface to sqlite integrity check, optimizations and backup and export.
it curently supports pragma integrity checks, cache values to optimize performance, synchronisation values for an higher integrity protection.
For backups it supports ftp, rsync (both local and remote) and local backups
It offer an extra in build export method to XML for a whole database schema and data which can be particularly useful for backup and export purposes.
Via the XML parser it allows to import and XML dump back to an Sqlite database.
Parameters