Is it possible to create a Virtual Layer through a Python script?
For example, I have a layer 'road', and I would like to perform the SQL query:
SELECT * FROM road WHERE type = 'Expressway' Will this be possible? Is there any example I can refer to?