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

sfu-db/connector-x

Fastest library to load data from DB to DataFrames in Rust and Python observed · 2026-08-28

github.com/sfu-db/connector-x · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 98
  • Release rhythm 54
  • 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: 80
  • age_days: 2058
  • days_rel: 228
  • days_push: 16
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

2646 stars · 221 forks observed · 2026-08-28

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

ConnectorX is a Rust-based library with Python bindings that loads data from databases into DataFrames (pandas, Arrow, Polars) as fast and memory-efficiently as possible. It supports parallel partitioned loading and experimental federated queries across multiple databases with a single read_sql call.

Use cases

  • load a large postgres table into a pandas dataframe fast
  • export sql query results to arrow or parquet
  • parallelize database reads by partitioning on a numeric column
  • join tables from two different databases in one query
  • replace pd.read_sql for better performance and memory usage
  • bulk extract data from a database for etl pipelines

When to choose

  • you need the fastest possible database-to-DataFrame loading in Python
  • you are loading multi-GB tables and memory efficiency matters
  • you want parallel reads from a single database via partitioning
  • you need to combine data from multiple databases in one query

When to avoid

  • you need writes or general ORM functionality - it is read-only
  • your queries are small and simple where driver overhead is negligible
  • you need partitioning on non-numeric or nullable columns
  • you need a pure-Python dependency-free solution

Facets

library · maturity active

database-driver etl data-science databases data-science analytics python rust cross-platform dataframe sql parallel-loading pandas arrow federated-queries data-engineering

2 sources

Member repositories

RepositoryRoleHealth v2
sfu-db/connector-xmain83

For agents

markdown · JSON · MCP: product_card(name="sfu-db/connector-x")

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