canonical / sqlair

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

Add Exec #41

Closed Aflynn50 closed 1 year ago

Aflynn50 commented 1 year ago

This PR adds an exec.go file that contains sqlair versions of Exec, Query and their contextualised versions.

The standard go sql.DB type is embedded in sqlair.DB meaning all its methods are still accessible (though they will only work with queries containing the sqlair DML if the method is overwritten in exec.go).