golang-database
samber/cc-skills-golang
A comprehensive guide for writing safe, explicit, and observable database access code in Go. Covers parameterized queries, transaction management, context propagation, connection pooling, and best practices using sqlx/pgx, while strongly advising against using ORMs. Focuses on writing high-integrity, production-grade backend code.