aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DB_Sqlite_Tools
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.1.4Martin Wilke2010-11-042-5/+4
| | | | Notes: svn path=/head/; revision=264045
* - Fix copy&paste typo.Martin Wilke2007-06-121-2/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat Notes: svn path=/head/; revision=193298
* - Fix depends after pear-log updateMartin Wilke2007-06-111-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=193266
* PEAR::DB_Sqlite_Tools is an object oriented interface to effectivelyMartin Wilke2007-04-293-0/+36
manage and backup Sqlite databases.It extends the existing functionality by providing a comprehensive solution for database backup, live replication, export in XML format, performance optmization and other functionalities like the insertion and retrieval of encrypted data from an Sqlite database without any external extension. WWW: http://pear.php.net/package/DB_Sqlite_Tools/ Notes: svn path=/head/; revision=191144