Set always_select? to true for all attributes.
Automatically generates code_interface for ash resources' actions
Generate identity, get_by action and code_interface for unique keys.
Automatically sets `archive_related` from `ash_archival` for all `has_many`, `has_one`, and `many_to_many` relationships.
Configure a default sort to apply when a read action or a has_many relationship has no sort.
Encrypts integer attributes using a Feistel cipher with a Postgres trigger.
A mock resource generator extension for Ash resources.
Automatically adds AshPostgres custom indexes for `belongs_to` relationships in Ash resources.
Random parameter generation for Ash resources.
Shortcut DSL for attributes and relationships in Ash resources.
A Ecto migration for Feistel cipher