canonical / sqlair

Friendly type mapping for SQL databases
Apache License 2.0
17 stars 8 forks source link

Add Run #58

Closed Aflynn50 closed 1 year ago

Aflynn50 commented 1 year ago

This PR adds the method Run which can be used to run the query when we do not care about the results. This is useful for Inserts, Updates and other DML statements.

This PR contains PR https://github.com/canonical/sqlair/pull/56 and PR https://github.com/canonical/sqlair/pull/55 as well.