Postgrex.execute-exclamation-mark
You're seeing just the function
execute-exclamation-mark
, go back to Postgrex module for more information.
Specs
execute!(conn(), Postgrex.Query.t(), list(), [execute_option()]) :: Postgrex.Result.t()
Runs an (extended) prepared query and returns the result or raises
Postgrex.Error
if there was an error. See execute/4
.