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