DataGenerator is a Java library for systematically producing large volumes of data. DataGenerator frames data production as a modeling problem, with a user providing a model of dependencies among variables and the library traversing the model to produce relevant data sets.
As a user, I want to generate data values based on SQL types (e.g., VARCHAR(255), BLOB, etc.). I should be able to use these types from any DG model as a macro.
Let's add macros for data types from Oracle and Postgres.
As with all other macros, this would generate only one value per use.
As a user, I want to generate data values based on SQL types (e.g., VARCHAR(255), BLOB, etc.). I should be able to use these types from any DG model as a macro.
Let's add macros for data types from Oracle and Postgres.
As with all other macros, this would generate only one value per use.
This is a separate feature from #248 and #247.