Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 714 Bytes

File metadata and controls

11 lines (9 loc) · 714 Bytes

QGIS MariaDB Plugin

This plugin allows users to connect to a MariaDB database, select spatial data, and export it as shapefiles or geoPackages. It simplifies the workflow of transferring data from MariaDB into QGIS for further analysis and visualization. With support for various data formats, users can easily integrate their database information into their QGIS projects.

Solution to initial install error for no python models in QGIS. Specifically for mariadb module error.

Example "No Module called mariadb"

Open QGIS Python console (under Plugins » Python Console) and type:

import pip
pip.main(['install', 'mariadb', 'mysql', 'sqlalchemy'])