elixir-ecto/ecto
A toolkit for data mapping and language integrated query. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4830
- days_rel: n/a
- days_push: 12
- n_releases_24m: 0
Adoption not part of the score
6487 stars · 1482 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Ecto is a toolkit for data mapping and language-integrated queries in Elixir, providing schemas, changesets, and a composable query DSL. It is commonly paired with ecto_sql to work with databases like PostgreSQL and MySQL.
Use cases
- map database rows to elixir structs
- write type-safe database queries in elixir
- validate and cast form data with changesets
- build a phoenix web app with database persistence
- query postgresql from elixir
- define database schemas in elixir
When to choose
- you are building an Elixir application that needs database access or data validation
- you want a composable, functional query DSL instead of raw SQL strings
- you need to map external data sources into validated Elixir structs
When to avoid
- your project is not written in Elixir or on the Erlang VM
- you need an ORM with active-record-style associations and migrations out of the box without the ecto_sql companion package
- you prefer raw SQL or a lightweight query builder for simple scripts
Facets
library · maturity stable
orm database database-driver serialization type-system databases backend web-development developer-tools elixir jvm cross-platform data-mapping query-dsl elixir changesets sql-adapters schema-validation
2 sources
- readme: https://github.com/elixir-ecto/ecto · fetched 2026-08-28 · cc2c6fd66f60
- homepage: https://hexdocs.pm/ecto · fetched 2026-08-29 · b9aa9e5ef4e3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| elixir-ecto/ecto | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="elixir-ecto/ecto")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem