brianc/node-sql
SQL generation for node.js 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
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
- readme: https://github.com/brianc/node-sql · fetched 2026-08-28 · 136dbcebdb3b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| brianc/node-sql | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem