You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, data generator was only tested with document stores (e.g. MongoDB).
RDBMSs introduce additional constraints and challenges; for example referential integrity. It could be the case that inserting a User entity in RDBMS could lead to tens of other objects that must be created and saved before a User.
Investigate the impact of RDMBS constraints (ref. integrity, uniqueness etc.) to usability of data generator.
Find or create a database schema of medium complexity and use data generator to populate the database.
The text was updated successfully, but these errors were encountered:
Currently, data generator was only tested with document stores (e.g. MongoDB).
RDBMSs introduce additional constraints and challenges; for example referential integrity. It could be the case that inserting a User entity in RDBMS could lead to tens of other objects that must be created and saved before a User.
Investigate the impact of RDMBS constraints (ref. integrity, uniqueness etc.) to usability of data generator.
Find or create a database schema of medium complexity and use data generator to populate the database.
The text was updated successfully, but these errors were encountered: