A new dialog will prompt users for more comprehensive import configuration when dragging layers into data sources in the QGIS Browser, emulating functionality provided by the DB Manager Plugin for data imports.
Note that this only works when a single layer is selected, and using multiple selections will continue to execute an immediate import.
A new "Import Vector Table.." context menu item is also provided to allow importing directly from the current project layers into a target schema.
The dialog options include:
This work entailed refactoring a number of internal architectural elements regarding the implementation of the QGIS Browser and data providers. It partly based on efforts by @JanCaha to port the DB Manager Postgres import functionality to the QGIS Browser.
Note that this feature does not currently support Oracle databases, due to legacy functionality leveraged by the oracle data provider.