Posts tagged with doctrine
Querying a MSSQL database from Symfony
October 4, 2018 by Simon Westyn
For a recent project, we had to connect and query a Microsoft SQL database from a Symfony project. Since we use Docker to run the apps in separate containers, we added a new container to simulate the MSSQL database.
For a recent project, we had to connect and query a Microsoft SQL database from a Symfony project. Since we use Docker to run the apps in separate con...
Comments