Category: Database
In this article, I am going to connect to my MySQL Database using Python. To connect to MySQL database from Python, we need a specific module such as mysql-connector-python. We need to install this module…
MySQL is a widely popular Relational Database Management System (RDBMS) that is extensively used in website development, CRM systems, and more. However, when it comes to GIS applications, MySQL is not as popular as PostgreSQL…
On this website, you can find many ways to install Microsoft SQL Server on different platforms such as Ubuntu, Debian, and so on. But today, I will show you how to export shapefiles to the…
In the previous article, we learned how to install Docker on Fedora 39. Now, we are going to install Microsoft SQL Server on Fedora 39 using Docker. SQL Server is a powerful RDBMS database that…