Drill.Utils (drill v1.2.3)

Utilities and helpers

Summary

Functions

Sort seeder modules by dependencies. Seeders without deps are put first in the list, next to seeders with deps already in the list, and so on...

Functions

Link to this function

merge_autogenerated_fields_to_entries(entries, auto_generated_fields)

@spec merge_autogenerated_fields_to_entries([map()], map()) :: [map()]
Link to this function

sort_seeders_by_deps(seeders)

Sort seeder modules by dependencies. Seeders without deps are put first in the list, next to seeders with deps already in the list, and so on...