DB Populator
Package:
Summary:
Populate a MySQL database with random data
Groups:
Author:
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.
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.
Comments are closed.