sqlc is a SQL compiler that generates type-safe Go, Python, Kotlin, and TypeScript code from plain SQL queries. You write SQL, run sqlc, and get fully typed data access functions with compile-time safety — no ORM, no reflection, no runtime query building.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill sqlc-type-safe-sql-code-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sqlc Type Safe Sql Code Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-sqlc-type-safe-sql-code-generator)More formats (shields.io, HTML) on the badges page.
---
name: "sqlc Type-Safe SQL Code Generator"
slug: "sqlc-type-safe-sql-code-generator"
description: "sqlc is a SQL compiler that generates type-safe Go, Python, Kotlin, and TypeScript code from plain SQL queries. You write SQL, run sqlc, and get fully typed data access functions with compile-time safety — no ORM, no reflection, no runtime query building."
github_stars: 17275
verification: "security_reviewed"
source: "https://github.com/sqlc-dev/sqlc"
category: "Developer Tools"
framework: "Claude Code"
tool_ecosystem:
github_repo: "sqlc-dev/sqlc"
github_stars: 17275
---
# sqlc Type-Safe SQL Code Generator
sqlc is a SQL compiler that generates type-safe Go, Python, Kotlin, and TypeScript code from plain SQL queries. You write SQL, run sqlc, and get fully typed data access functions with compile-time safety — no ORM, no reflection, no runtime query building.
## Installation
Requirements and caveats from upstream:
- [sqlc-gen-python](https://github.com/sqlc-dev/sqlc-gen-python)
Basic usage or getting-started notes:
- You run sqlc to generate code with type-safe interfaces to those queries.
- Check out [an interactive example](https://play.sqlc.dev/) to see it in action, and the [introductory blog post](https://conroy.org/introducing-sqlc) for the motivation behind sqlc.
- Source: https://github.com/sqlc-dev/sqlc
- Extracted from upstream docs: https://raw.githubusercontent.com/sqlc-dev/sqlc/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/sqlc-type-safe-sql-code-generator/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!