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

brianc/node-sql

SQL generation for node.js observed · 2026-08-28

github.com/brianc/node-sql · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 5500
  • days_rel: n/a
  • days_push: 739
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1040 stars · 190 forks observed · 2026-08-28

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

node-sql is a SQL string builder library for Node.js that lets developers define tables in JavaScript and compose parameterized SQL queries programmatically. It supports multiple SQL dialects including PostgreSQL, MySQL, Microsoft SQL Server, Oracle, and SQLite.

Use cases

  • build parameterized SQL queries in node.js without writing raw strings
  • generate SQL for postgres, mysql, sqlite, mssql, or oracle from javascript
  • compose reusable query fragments like joins and where clauses
  • avoid SQL injection by generating parameterized queries
  • define table schemas in javascript and query them fluently

When to choose

  • you want lightweight SQL generation without a full ORM
  • you need composable, parameterized queries across multiple SQL dialects
  • you prefer building queries programmatically in JavaScript

When to avoid

  • you need a full ORM with migrations, models, and relationships
  • you want an actively developed library with modern features
  • you need NoSQL or non-SQL database support

Facets

library · maturity maintenance

database orm serialization databases developer-tools backend sql-builder query-builder parameterized-queries sql-dialects postgres mysql sqlite mssql nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
brianc/node-sqlmain32

For agents

markdown · JSON · MCP: product_card(name="brianc/node-sql")

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