What is it?

07/17/2009
Posted by Marco Bassaletti Olivos.

ElGenerador is a database tool intended to make easier the generation of tables with test data. Most of the data is created using random generators, but also supports word-lists as the source of data.

Features

  • Supports reading metadata from a JDBC connection.

  • Supports writing metadata and generated data to CSV files and JDBC connections.

  • Supports random generated data and external data like word-lists.

  • Supports generators for several data types, like, boolean values, integer and real numbers, strings, dates, times and timestamps.

  • Supports other content based generators, like, word-list, phone number and printf like generator.

  • You can select the random generator seed, so always it will generate the same data.

  • Supports CSV files, Apache Derby, MySQL, Microsoft SQL Server and PostgreSQL systems.