1 day ago · 0 comments

I've been building an API recently with a stack that I think hits a sweet spot of just enough structure to keep a team productive, not so much that you're fighting the tools. The stack is Huma for the HTTP layer, sqlc for database queries, and Goose for migrations. Each tool does one thing well and stays out of your way for everything else. The ideas is simple. Write SQL for your schema and queries to generate the Go code. Then, wire it into typed HTTP operations that produce an OpenAPI spec ...

No comments yet. Log in to reply on the Fediverse. Comments will appear here.