Can I use MAMP with Visual Studio for Mac?

976 views Asked by At

Installed Visual Studio for Mac. Can I use MAMP, since SQL Server is not available for mac?

1

There are 1 answers

0
Alex On BEST ANSWER

MAMP will provide a MySql instance that you could connect to from your application.

MAMP will also run an apache web server that will run PHP applications. You could use Visual Studio Code to edit these PHP files.

The two are totally unrelated, however.