Usage pattern: ``` cs new Database("...").WithCmd((SqlCommand x) => { x.ExecuteNonQuery(); }); ```
Usage pattern: