commit

pub async fn commit(
    app: &mut App,
    connection: Arc<dyn DatabaseConnection>,
) -> Result<(), PersistenceError>
Expand description

Awaitable commit that uses the supplied connection for this request.