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

sqorn/sqorn

A Javascript library for building SQL queries observed · 2026-08-28

github.com/sqorn/sqorn · homepage · JavaScript · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

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

Full methodology

Adoption not part of the score

1860 stars · 47 forks observed · 2026-08-28

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

Sqorn is a lightweight JavaScript library for building SQL queries using tagged template literals, with a composable chain/extend/embed API. It generates parameterized queries safe from SQL injection and currently supports PostgreSQL only.

Use cases

  • build sql queries in javascript
  • compose complex postgres queries from parts
  • run parameterized crud queries in node
  • lightweight alternative to knex for postgres
  • write sql with tagged template literals

When to choose

  • you use PostgreSQL and want a fast, dependency-free query builder
  • you prefer writing SQL-flavored queries over full ORM abstractions
  • you need composable query fragments (chain, extend, embed)

When to avoid

  • you need databases other than PostgreSQL
  • you want a full ORM with migrations and schema management
  • you need a library under active development - it is in maintenance mode

Facets

library · maturity maintenance

database orm serialization databases backend web-development developer-tools sql-query-builder postgres tagged-template-literals parameterized-queries crud nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
sqorn/sqornmain10

For agents

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

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