Go CLI SQL Storage

Design, implement, test, and ship SQL-backed persistence for Go CLIs using database/sql, explicit pool ownership, bounded startup checks, embedded migrations, transaction boundaries, parameterized queries, adapter error mapping, Scanner and Valuer types, SQLite or server databases, and real-driver integration tests. Use when a Go command stores durable state in SQL, initializes a local database, applies schema changes, or needs safe repository and transaction behavior.

LVTD-LLC a398403 10 files · 15.1 KB Updated

File contents

LVTD-LLC/skills/tree/main/skills/go-cli-sql-storage commit a398403893

Frequently asked questions

npx skillmds@latest add lvtd-llc/go-cli-sql-storage