So I'm an MSSQL guy and I have been for a while because it's what I've always used in my workplaces. So when I create a new project I'm usually inclined to just grab a copy of SQL Express and start working from there.
However, I've been asked to work on a new project but for various reasons, we can't use SQL Express edition and the licensing of the full version is too expensive.
So I'm wondering what the best open source RDBMS would be for someone that has used MSSQL for pretty much the entirety of their career.
My main requirements would be that:
- It doesn't necessarily have to run on windows, altho this would be preferred.
- It would be great if it had excellent tooling support, however I'm not afraid to use the command line
- It needs to be easy to install, administer and backup.