DB Populator

Package:
DB Populator
Summary:
Populate a MySQL database with random data
Groups:
Databases, PHP 5, Testing
Author:
Rafael Jaques
Description:
This class can be used to populate a MySQL database with random data.

It can scan the list of tables and fields of a MySQL database and generate SQL INSERT statements that will fill the tables with records with random data.

The class tries to populate each record field with values that seem appropriate based on the field name.

Then it can either execute the generated SQL statements or saved them to a file.


Powered by Gewgley