|
DTM Data Generation SDK (Software Developers Kit) is a set of tools that allows the programmer or advanced user to:
- automate DTM Data Generator operations (creation and modification of the projects)
- use DTM Data Generator together with customer's application
- add powerful data generation features to user's application, service or script
This SDK offers a few levels of services:
- Basic level allows the user to generate single data items like strings, numbers or dates by specified properties.
- Fill Methods level offers same fill methods as DTM Data Generator except "By Formula".
- Rule level helps the user to operate with data generation rules. In most cases Rule corresponds to one table
to be populated. This level contains functions to manipulate individual data generation properties for each column of the table as well.
- Project level operates with sets of rules. Also, this level supports project execution and results handling.
There are three editions of the SDK (Core, Standard, Professional):
| Feature | Core | Standard | Professional |
| Database connections support | No | Yes | Yes |
| Projects execution* | No | Yes | Yes |
| Redistributable. License allows royalty free distribution of SDK based solutions. | No | No | Yes |
* - Core version allows to use basic level and
fill methods level data generation functions only.
|