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

tediousjs/tedious

Node TDS module for connecting to SQL Server databases. observed · 2026-08-28

github.com/tediousjs/tedious · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 98
  • Release rhythm 93
  • 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: 1
  • age_days: 5596
  • days_rel: 47
  • days_push: 13
  • n_releases_24m: 14

Full methodology

Adoption not part of the score

1617 stars · 447 forks observed · 2026-08-28

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

Tedious is a pure-JavaScript/TypeScript implementation of the TDS protocol for connecting to Microsoft SQL Server (including Azure SQL Database) from Node.js. It provides a slim, low-level driver supporting SQL Server 2000 through 2022 across TDS versions 7.1 to 7.4.

Use cases

  • connect to sql server from node.js
  • query mssql database in javascript
  • azure sql database driver for node
  • run t-sql queries from a node app
  • bulk load data into sql server
  • pure javascript sql server driver without native dependencies

When to choose

  • you need a dependency-free, pure-JS SQL Server driver for Node.js
  • you must support older SQL Server versions (2000-2022) or Azure SQL
  • you want a low-level driver to build ORMs or query builders on top of

When to avoid

  • you want a high-level ORM with migrations and models
  • you are not using Node.js or SQL Server
  • you prefer a driver with native performance optimizations

Facets

library · maturity active

database-driver database databases backend developer-tools cross-platform tds-protocol sql-server mssql azure-sql pure-javascript typescript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
tediousjs/tediousmain97

For agents

markdown · JSON · MCP: product_card(name="tediousjs/tedious")

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