Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:35 +08:00
commit 2e8fdcf515
5 changed files with 606 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "sqlc-go",
"version": "1.0.0",
"description": "Expert guidance for using sqlc with Go and PostgreSQL, including query writing, type mappings, and migration management",
"main": "skill.md",
"skills": {
"sqlc-go": {
"description": "Expert at sqlc with Go and PostgreSQL: configuration, query writing, type overrides, JSONB handling, and golang-migrate integration"
}
},
"keywords": [
"sqlc",
"go",
"golang",
"postgresql",
"postgres",
"database",
"sql",
"migrations",
"golang-migrate",
"code-generation"
]
}