Software Details:
Version: 2.6.2
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 53
Danpu works only with MySQL databases, uses little server memory, and generates standards compliant SQL dump files that can easily be restored at later points.
Danpu can be used with any database size, even with large database structures.
It can handle complex schemas and supports more modern MySQL features like views and triggers.
The library can also handle database imports, reinstating previous dump files and restoring a database's state and data.
Danpu comes with a few basic example to show developers how it can be implemented, along with proper documentation.
What is new in this release:
- Started testing the project on HHVM; passes all tests.
- Fixed:
- Rah\Danpu\Dump::__call() now properly requires $args, rather than having the second argument optional.
- Changed:
- Check that the source file exists before trying to import it.
Requirements:
- PHP 5.3 or higher
- MySQL 4.1 or higher
- PHP's PDO extension
Comments not found