Factori (factori v0.16.0)

Summary

Functions

bootstrap(factory_config)

@spec bootstrap(Factori.Config.t()) :: :ok

build(config, table_name, struct_module \\ nil, attrs \\ nil, source_column \\ nil)

insert(config, table_name, struct_module \\ nil, attrs \\ nil, source_column \\ nil)

insert_list(config, table_name, count, struct_module \\ nil, attrs \\ nil, source_column \\ nil)

seed(config, variant, count, attrs, source_column, source_column)