go-data-persistence
Installation
SKILL.md
Data Persistence in Go
Quick Reference
| Topic | Reference |
|---|---|
| Connection pool internals, sizing, pgx pools, monitoring | references/connection-pooling.md |
| golang-migrate setup, file conventions, CI/CD integration | references/migrations.md |
| Transaction helpers, service-layer transactions, isolation levels | references/transactions.md |
Choosing Your Approach
Pick the right tool based on your project's needs: