incrediblesound / OpalDB

A straightforward zero-dependency in-memory database
16 stars 1 forks source link

Some quick test data #2

Open prettydiff opened 8 years ago

prettydiff commented 8 years ago

If you need to generate random tabular data for testing try the parse mode of Pretty Diff. It generates parallel arrays as output instead of a AST. Drop any code of any supported language in and the output is a group of arrays where the arrays are like a database column and each index is like a db table record.

I just thought this might help produce some test automation. The tool can be run in a web browser, which probably won't be very helpful to you, and on the command line. If there is anything I can do to help out just let me know.

incrediblesound commented 8 years ago

Thanks for the heads up @prettydiff I'll give it a shot!