Skip to content

Rubi3r3/qgis_mariadb_plugin

Repository files navigation

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

About

A Plugin to fetch MariaDB and add output to the map in QGIS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages