I built a type-safe SQL library for Bun — no ORM, no codegen, just SQL (using Claude Code)
Squn**, a lightweight, type-safe SQL query library built specifically for Bun that avoids ORMs, code generation, or schema files. It uses tagged template literals to ensure all interpolated values bec…