qgis_mariadb_plugin

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'])