Is it possible to use MS-SQL in Fedora?
Sorry for my vague question, it is due to my shallow knowledge. Basically in my company we have an MS-SQL server deployed and after providing with the correct username and password, I can ask query there using Python with pyodbc, read SQL scripts and retrieve the data I want.
Now I'm wondering if I can do the same thing in Fedora. It seems like MS-SQL supports RHEL but not Fedora, but I think there should be a method. I heard this thing about Docker and what not, but I'm not sure what is the most easiest method to connect to the MS-SQL server in Fedora. I do have a separate Windows machine just in case so if it is not a good idea to use Linux than I have to fall back to Windows...
Also what is your opinion about MS-SQL for developers? Should I suggest to the higher-ups that maybe next time we have to use MariaDB or PostgreSQL or something? This is a small startup and we don't even have a database administrator...
Thanks in advance.