Skip to main content

execute

Function execute 

Source
pub async fn execute(
    client: &Client,
    config: &WaypointConfig,
    target: DiffTarget,
) -> Result<DiffReport>
👎Deprecated since 0.6.0:

Unused PostgreSQL-only entry point superseded by execute_db, which handles both engines. Will be removed in 1.0.

Expand description

Execute the diff command (PostgreSQL legacy entry).