plpipes.action.driver.sql#
This module contains drivers for handling SQL-related actions within the plpipes framework.
The supported actions include executing raw SQL scripts, creating SQL tables from templates, and creating SQL views from templates. Each action driver is responsible for loading the appropriate SQL configuration, rendering templates, and executing the SQL commands against the specified database.