Support disabling foreign key checks in benchmarker
This patch was authored by @valeriomazzeo and released by @tanner0101.
Adds flag for disabling foreign key checks in FluentBenchmarker (#368).
In #364 testSchema_fieldReference
has been introduced. Drivers like mongo don't support foreign key constraints which causes the above FluentBenchmark
test to fail.
Although, an effort has been made to partially supports Fluent
schema features by using mongo schema validation this specific feature it's still not supported.