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

mkleehammer/pyodbc

Python ODBC bridge observed · 2026-08-28

github.com/mkleehammer/pyodbc · homepage · C++ · MIT-0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 86
  • Release rhythm 20
  • 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: 366
  • age_days: 6543
  • days_rel: 320
  • days_push: 88
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

3081 stars · 569 forks observed · 2026-08-28

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

pyodbc is an open-source Python module that provides access to ODBC databases, implementing the DB API 2.0 specification with additional Pythonic conveniences. It ships precompiled binary wheels for Windows, macOS, and Linux, with C++ extensions built from source on other platforms.

Use cases

  • connect to sql server from python
  • query odbc databases in python
  • read data from microsoft access or excel via odbc
  • run stored procedures from python
  • bulk insert rows with fast_executemany
  • connect python to postgresql or mysql through odbc

When to choose

  • you need to connect Python to a database via an ODBC driver, especially SQL Server
  • you want a DB API 2.0-compliant driver with extra conveniences like fast_executemany and TVP support
  • you need cross-platform prebuilt wheels

When to avoid

  • you only need a database with a native pure-Python or dedicated driver (e.g., psycopg2 for PostgreSQL)
  • you cannot install an ODBC driver manager on your system
  • you need async database access

Facets

library · maturity stable

database-driver database databases developer-tools backend python windows cross-platform odbc dbapi sql-server c++-extension macos linux

2 sources

Member repositories

RepositoryRoleHealth v2
mkleehammer/pyodbcmain66

For agents

markdown · JSON · MCP: product_card(name="mkleehammer/pyodbc")

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