Modules
A library for synchronizing code-defined fixtures with a database.
Configuration struct for a fixture module.
Builds a dependency graph from fixture modules and provides topological sorting for correct sync order.
Represents a runtime database lookup to get a field value from an existing record.
Represents nested fixtures that are synced after the parent.
Represents a relation to another fixture that must be synced before the parent.
Helpers for introspecting Ecto schemas.
Handles synchronization of fixture records to the database.
Create custom wrapper modules with shared helpers for fixtures.