·sqlc
</>

sqlc

kalbasit/ncps

Working with sqlc and database queries

17Installs·2Trend·@kalbasit

Installation

$npx skills add https://github.com/kalbasit/ncps --skill sqlc

SKILL.md

This skill provides instructions for working with sqlc and database queries in the NCPS repository. NCPS supports multiple database engines (SQLite, PostgreSQL, MySQL), and sqlc is used to generate type-safe Go code from SQL queries for each engine.

Any time a query file (db/query. .sql) is updated, you MUST follow these steps:

Run the sqlc generate command to update the generated Go files for all engines.

Working with sqlc and database queries Source: kalbasit/ncps.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kalbasit/ncps --skill sqlc
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is sqlc?

Working with sqlc and database queries Source: kalbasit/ncps.

How do I install sqlc?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kalbasit/ncps --skill sqlc Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/kalbasit/ncps

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01