codemix/ts-sql
A SQL database implemented purely in TypeScript type annotations. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 2174
- days_rel: n/a
- days_push: 1898
- n_releases_24m: 0
Adoption not part of the score
3301 stars · 52 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A SQL database implemented entirely in TypeScript type annotations, operating purely at the type level with no runtime code. It supports a subset of SQL including SELECT with conditions and joins, INSERT, UPDATE, and DELETE, all expressed as type annotations.
Use cases
- run SQL queries against a database defined in TypeScript types
- learn advanced TypeScript type-level programming
- demonstrate what the TypeScript type system is capable of
- parse and execute SQL at compile time
- explore type-level SQL parsing and evaluation
When to choose
- you want to experiment with or learn extreme type-level TypeScript techniques
- you need a novel demo of the TypeScript type system's capabilities
When to avoid
- you need a real database for production or application use
- you need runtime SQL execution or persistence
- you need a maintained, licensed dependency
Facets
library · maturity experimental
parser database type-system interpreter databases programming-languages parsers developer-tools cross-platform sql typescript-types type-level-programming novelty compile-time nodejs
1 source
- readme: https://github.com/codemix/ts-sql · fetched 2026-08-28 · 5c4e4cb065e4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| codemix/ts-sql | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem