[general]
name=QDuckDB
about=Plugin for using DuckDB databases in QGIS.<br/>
    If you're running on Windows, this plugin comes with the necessary version of
    duckdb, so you don't have to install by yourself. Two things you may know:
    - it's neither more nor less than the same version you could have installed with a 'pip install' (but we know how complicated that is in the Python environment of QGIS on Windows)
    - the library is installed in a subdirectory of the plugin, which means that it is only activated when the plugin itself is activated.
    You can get <a href="https://oslandia.gitlab.io/qgis/qduckdb/usage/installation.html#windows-embedded-package">more information in the documentation</a>.
category=Database
description=This plugin adds a new data provider that can read DuckDB databases and display their tables as a layer in QGIS.
hasProcessingProvider=False
icon=resources/images/logo_duckdb.png
supportsQt6=no
server=True
tags=duckdb,database,parquet,sql,overture,insee-fr

# 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.34.6
qgisMaximumVersion=3.99

# versioning
version=0.8.1
changelog=
 Version 0.8.1:
 - Fix bug with tables containing a primary key !118

 Version 0.8.0:
 - Update DuckDB version to 1.0.0 !117
 - Handle columns name with space in provider !116

 Version 0.7.3:
 - Update DuckDB version to 0.10.3 !114
 - Some micro optimizations on UI !113


