Postgrex.query-exclamation-mark

You're seeing just the function query-exclamation-mark, go back to Postgrex module for more information.
Link to this function

query!(conn, statement, params, opts \\ [])

View Source

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.