Clickin/SQLBraid
Write SQL. Keep TypeScript. Skip the query-builder translation layer.
About the project
A SQL-first data-access toolkit for TypeScript: write plain SQL with safe value binds, dynamic directives, and explicit result contracts, without a query-builder layer.
Useful for
- Build a typed PostgreSQL query with safe parameter binds via sqlbraid/pg
- Express a dynamic WHERE using @braid if and where directives instead of manual string concatenation
- Validate result rows with a Standard Schema when calling db.one
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 5 stars so far today, about 7 expected by the end of the day.
- The repository is 11 days old and already has 6 stars.
- Hacker News: “Show HN: SQLBraid – Write SQL directly in TypeScript without a query-builder DSL” — 8 points, 3 h ago.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 6
- Stars in a day
- 7
- Forks
- 0
- Issues and pull requests
- 6
- Watchers
- 0
- Language
- TypeScript
- License
- Apache-2.0
- Created
- September 10, 2026
- Last push
- September 21, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Hacker News discussions
- Show HN: SQLBraid – Write SQL directly in TypeScript without a query-builder DSL8 points, September 21, 2026
Spotted in
- September 21, 2026Spotted on Hacker News
Similar projects
-
3.5
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
2.7
HelixDB/helix-db
A Rust graph-vector database for knowledge graphs and AI agent memory, combining graph, vector, full-text and KV storage in one system without separate stores.
-
2.1
fleetbase/fleetbase
Modular logistics and supply chain operating system for managing orders, fleets, service zones, and real-time tracking. Suited for e-commerce, courier services, food delivery, and field services.
-
2.1
tokio-rs/tokio
An asynchronous runtime for Rust providing non-blocking I/O, a task scheduler, timers, and network sockets. Used to build reliable concurrent applications and network services in Rust.
-
1.9
dragonflydb/dragonfly
Dragonfly is a multi-threaded in-memory data store compatible with the Redis and Memcached APIs, offering higher throughput and better memory efficiency than them. It works as a drop-in replacement for Redis/Memcached…
-
1.8
temporalio/temporal
Temporal is a durable execution platform: the server runs Workflows and automatically survives intermittent failures by retrying failed operations. It targets developers of distributed applications who need reliability…