icomefromthenet / Faker

A Database Testing Tool.
Apache License 2.0
7 stars 2 forks source link

Foreign Key support for schema. #4

Closed icomefromthenet closed 12 years ago

icomefromthenet commented 12 years ago

Currently the user must manually copy the column into any foreign keys and this still wont prevent errors when misjudgment made on the number of rows generated in the child table is greater than parent table.

Foreign keys would take some of the complexity out of developing a schema. The columns can cache there generated values and be injected into the schema by a compiler in the build phase.