Alessandro Pasotti a3c4eb9947
Providers connections interface API
This is the implementation of the new DB connections API (grant proposal 2019).
Summary

The new API makes it available to QGIS core a new interface for provider connections and will allow to:

    replace the provider specific QgsSettings management in QGIS4 (save/load connections from the settings) NOT IN SCOPE FOR NOW.
    provide a unified API for common operations on DB connections:
        executeSql and get the results
        list tables names and properties and schemas
        create a new vector table (no rasters for now)
        create/rename/drop schemas and tables
        vacuum
       ....
2019-08-16 20:44:05 +02:00
..
2018-07-26 08:34:38 +02:00
2019-06-06 17:41:40 +02:00
2019-07-15 12:52:20 +10:00
2018-08-08 09:18:32 +02:00
2019-07-05 13:33:27 +02:00
2019-08-10 15:33:51 +02:00
2018-10-24 00:21:53 +02:00
2018-10-24 00:21:53 +02:00
2018-10-24 00:21:53 +02:00
2018-10-24 00:21:53 +02:00
2018-10-24 00:21:53 +02:00
2018-09-16 14:18:39 +02:00
2018-09-16 14:18:39 +02:00
2018-09-16 14:18:39 +02:00
2018-09-16 14:18:39 +02:00
2019-04-25 22:14:08 +02:00