← Back to context Comment by LtWorf 5 hours ago I think the purpose of go is to write CRUD. Stray from that and you're on your own. 2 comments LtWorf Reply zem 18 minutes ago crud is a pretty poor fit for go, you're better served by languages like python that can autogenerate classes that reflect the db schema. go's sweet spot is things like network servers. luckydata 1 few seconds ago you just need the right tools https://github.com/CaliLuke/loom
zem 18 minutes ago crud is a pretty poor fit for go, you're better served by languages like python that can autogenerate classes that reflect the db schema. go's sweet spot is things like network servers. luckydata 1 few seconds ago you just need the right tools https://github.com/CaliLuke/loom
crud is a pretty poor fit for go, you're better served by languages like python that can autogenerate classes that reflect the db schema. go's sweet spot is things like network servers.
you just need the right tools https://github.com/CaliLuke/loom