9 ms·
don't use go with mssql. why would you want to do that.
by mtext 13y ago
don't use go with mssql. why would you want to do that.
- nkozyra 13y agoAs a product, MSSQL is surprisingly solid. That said, unless you're being forced to use it, I'd concur with avoiding it. And if you are going to use it, then why Go? Why not just stick with C#/C++ or any other language with established libraries for MSSQL.
- garfij 13y agoPicking what language to use based on your database seems silly.
- pjmlp 13y agoYou should pick a language based on project and customer requirements, not what you like to use. Since MSSQL is mostly used in Windows shops, nothing more natural than using a language directly supported by Microsoft.
- jksmith 13y agoSame reason golang apps need to run on windows. Golang needs good library support for MSSQL.