[general]
name=QDuckDB
about=Plugin for using DuckDB databases in QGIS.
category=Database
hasProcessingProvider=False
server=True
description=This plugin adds a new data prodivder that can read DuckDB databases and display their tables as a layer in QGIS.
icon=resources/images/logo_duckdb.png
tags=duckdb,database,parquet,sql

# credits and contact
author=Florent Fougeres (Oslandia), Jean Felder (Oslandia), Julien Moura (Oslandia)
email=qgis@oslandia.com
homepage=https://oslandia.gitlab.io/qgis/qduckdb
repository=https://gitlab.com/Oslandia/qgis/qduckdb
tracker=https://gitlab.com/Oslandia/qgis/qduckdb/-/issues

# experimental flag
deprecated=False
experimental=True
qgisMinimumVersion=3.28
qgisMaximumVersion=3.34

# versioning
version=0.3.1
changelog=
 Version 0.3.1:
 - Fix the bug related to importing QGIS Server with the windows version which does not contain
 QGIS server.

 Version 0.3.0:
 - Adding support for the plugin by QGIS Server !68

 Version 0.2.0-beta1:
 - First version to be published on the official QGIS plugins repository
 - Add a QGIS provider to read a DuckDB database !2 !3 !4 !9 !11 !12 !14 !21 !22 !24 !34
 - Creating a user interface to use the provider !15
 - Centralizing DuckDB calls in a wrapper !48 !49 !50 !51 !52
 - Windows packaging that includes the duckdb dependency !53


