» Metadata | » Status |
---|---|
|
|
» Description | |
Sqlite_ToolsIntroSqlite is a lightweight embedded database library. It is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine and is included by default with PHP 5. Sqlite_Tools is an object oriented interface to effectively manage and backup Sqlite databases. Why SQLite ToolsThe stregth of Sqlite and its superb portability might also be seen as a weakness. Because each database is Client-Server relational databases implements a number of build-in features to make the db corruption a remote occurance. Whilst Sqlite does offer some similar functionality (e.g. synchronous value), there are no PHP functions in this directions and there is little knowledge on how to successfully maintain and backup multiple database insuring the integrity of the initial and cloned database. Sqlite_Tools functionsSqlite_Tools functionality can be summarized in two different branches: Database Manipulation and Maintenance and others, each of the function is well commented so you should be able to understand its purpose. Database backup or remote live replication ftpBackup : backups one or more databases via ftpsee the example Sqlite_Tools Output and UsageBecause Sqlite_Tools is a library its output for mostly of the function is basically raw and can be used in connection with the logs function which keeps each of the operations (e.g. database opened, database integrity check, database backup on ftp performed) output in a local sqlite logs database. On the source link below you can see a number of usage examples. Updated 11 July 2004 |
|
» Dependencies | » Links |
|
|
» Timeline | » Changelog |
|