Connect python website with remote SQL Server Database
Posted: Tue Jan 29, 2019 3:40 pm
Hello!
I am creating a website with Python, in a Raspberry Pi 3 B +. I intended to leave it local in the Raspberry, so that when connecting to it the page is displayed. In addition I will also have a MySQL database in the raspberry. However, I also have to connect the website to a SQL Server database, that is hosted on a server. Anyone have any idea about how to connect both with my website? I know that it has something to do with APIs, but I don't even know how to start googling!!
Thank you!
I am creating a website with Python, in a Raspberry Pi 3 B +. I intended to leave it local in the Raspberry, so that when connecting to it the page is displayed. In addition I will also have a MySQL database in the raspberry. However, I also have to connect the website to a SQL Server database, that is hosted on a server. Anyone have any idea about how to connect both with my website? I know that it has something to do with APIs, but I don't even know how to start googling!!
Thank you!