Hacker News new | ask | show | jobs
by Andys 1159 days ago
Have you tried sqlc? Different to any other SQL library I've used and suits Go really well
1 comments

Yes, I like it very much. I've run into some edge cases with it, and I wish there was a setting to change the names of some of the autogenerated code, but otherwise it works very well.
Yeah, hopefully its plugin architecture will continue to develop and make changing things easier in the future.