·golang-database-patterns
</>

golang-database-patterns

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate

110Installs·7Trend·@bobmatnyc

Installation

$npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-database-patterns

How to Install golang-database-patterns

Quickly install golang-database-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-database-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: bobmatnyc/claude-mpm-skills.

SKILL.md

View raw

Go's database ecosystem provides multiple layers of abstraction for SQL database integration. From the standard library's database/sql to enhanced libraries like sqlx and PostgreSQL-optimized pgx, developers can choose the right tool for their performance and ergonomics needs.

Go database patterns prioritize simplicity, type safety, and performance:

By following these patterns, you'll build robust, performant, and maintainable database layers in Go.

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate Source: bobmatnyc/claude-mpm-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill golang-database-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-18
Updated
2026-03-10

Browse more skills from bobmatnyc/claude-mpm-skills

Quick answers

What is golang-database-patterns?

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate Source: bobmatnyc/claude-mpm-skills.

How do I install golang-database-patterns?

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

Where is the source repository?

https://github.com/bobmatnyc/claude-mpm-skills