you are very wrong about not using pure Go databases for this kind of work, look at all the dance you have to do to get the database to work on other platforms

if you used a native Go db library you don't have this complexity

Reply to this note

Please Login to reply.

Discussion

😂

seriously, using build tooling and extraneous shit with Go is really missing the point, and there is ways to do everything without installing one other thing, and very very occasionally you need to use C code, and that's it

make and meson and postgres and mariadb and mongodb these are all the wrong path

Go builds nicely, I will give you that

if your project needs more than a shell script it's too complicated