← ClaudeAtlas

ectolisted

Use this skill working with Ecto queries. You should prefer Ash queries directly, but if that does not work for whatever reason, you can reach for Ecto.
mylanconnolly/sample-project · ★ 0 · Data & Documents · score 54
Install: claude install-skill mylanconnolly/sample-project
<!-- usage-rules-skill-start --> ## Additional References - [ecto_sql](references/ecto_sql.md) ## Searching Documentation ```sh mix usage_rules.search_docs "search term" -p ecto_sql ``` ## Available Mix Tasks - `mix ecto.dump` - Dumps the repository database structure - `mix ecto.gen.migration` - Generates a new migration for the repo - `mix ecto.load` - Loads previously dumped database structure - `mix ecto.migrate` - Runs the repository migrations - `mix ecto.migrations` - Displays the repository migration status - `mix ecto.rollback` - Rolls back the repository migrations <!-- usage-rules-skill-end -->