Release v0.14.0
Pre-release
Pre-release
This release adds the ability to return a sql.Result
from a ContextExecutor or Executor function. The proteus.Builder
has a new method ExecResult
that returns a sql.Result
and an error.
Thanks to @kalexmills for his contribution!