Comment on Building a High Performance Data Integration Framework in GoparentComments−yevpats3y100% ORMs becoming less and less relevant especially in Go with code generation and a bit of copilot help :).Also, Protobuf is another (not new) but good example of client and server side code generation which passed the time test.
Comments
100% ORMs becoming less and less relevant especially in Go with code generation and a bit of copilot help :).
Also, Protobuf is another (not new) but good example of client and server side code generation which passed the time test.