Ross ROSS = Recommend OSS · open-source software intelligence for agents

elixir-ecto/postgrex

PostgreSQL driver for Elixir observed · 2026-08-28

github.com/elixir-ecto/postgrex · homepage · Elixir observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 96
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4742
  • days_rel: n/a
  • days_push: 26
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1214 stars · 311 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Postgrex is a PostgreSQL driver for Elixir that communicates using PostgreSQL's binary protocol. It provides automatic encoding/decoding of Elixir values, extensible type support, and transactions and pooling via DBConnection.

Use cases

  • connect to postgres from elixir
  • run raw sql queries in elixir
  • query postgresql without an orm
  • encode and decode postgres types in elixir
  • use postgres transactions with connection pooling
  • extend postgres type encoding for custom types

When to choose

  • you need direct, low-level PostgreSQL access from Elixir
  • you want to use Ecto, which builds on Postgrex
  • you need custom PostgreSQL type encoding/decoding

When to avoid

  • you want a high-level ORM with migrations and associations (use Ecto instead)
  • you are not working with PostgreSQL

Facets

library · maturity stable

database-driver database databases backend elixir postgresql elixir driver dbconnection

2 sources

Member repositories

RepositoryRoleHealth v2
elixir-ecto/postgrexmain66

For agents

markdown · JSON · MCP: product_card(name="elixir-ecto/postgrex")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem