Drill.Seeder (drill v1.2.1)

Module responsible for seeding data into the database

Link to this section Summary

Link to this section Functions

Link to this function

autogenerate_fields(schema)

@spec autogenerate_fields(module() | binary()) :: map()
Link to this function

build_entries_from_seeds(seeds)

@spec build_entries_from_seeds([any()]) :: [map()]
Link to this function

filter_manual_seeds(seeds)

@spec filter_manual_seeds([any()]) :: [any()]
Link to this function

list_seeder_modules(seeders_path)

@spec list_seeder_modules(seeders_path :: binary()) :: [module()]
Link to this function

seeders_path(repo, directory)