II.
StackProfile overview
Reference · livestack-profile:go-gin-postgres
Go + Gin + Postgres overview
Go web service stack: Gin HTTP framework with PostgreSQL as the primary data store. This combination is popular for building lean, high-throughput REST APIs and microservices that compile to small, self-contained binaries well-suited for container deployment. sqlx or pgx are common database drivers; migrations are typically managed with golang-migrate or Atlas. The stack emphasizes simplicity — minimal dependencies, flat project structure, and explicit error handling. Docker and Kubernetes are the canonical deployment targets. Integration tests commonly use testcontainers-go to spin up a real PostgreSQL instance.
Attributes
displayName
Go + Gin + Postgres
description
Go web service stack: Gin HTTP framework with PostgreSQL as the
primary data store. This combination is popular for building lean,
high-throughput REST APIs and microservices that compile to small,
self-contained binaries well-suited for container deployment.
sqlx or pgx are common database drivers; migrations are typically
managed with golang-migrate or Atlas. The stack emphasizes simplicity —
minimal dependencies, flat project structure, and explicit error
handling. Docker and Kubernetes are the canonical deployment targets.
Integration tests commonly use testcontainers-go to spin up a real
PostgreSQL instance.
composes
Outgoing edges
applies_to2
- domain:backend·DomainBackend
- domain:api-development·DomainAPI Development
composed_of2
- language:go·LanguageGo
- framework:gin·FrameworkGin
requires_skill_area4
- skill-area:backend-api-design·SkillAreaBackend API Design
- skill-area:backend-data-persistence·SkillAreaBackend Data Persistence
- skill-area:postgres-tuning·SkillAreaPostgres Performance Tuning
- skill-area:backend-auth·SkillAreaBackend Authentication & Authorization
used_by_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·RolePlatform Engineer
Incoming edges
None.