Postgrex.prepare_execute-exclamation-mark

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

prepare_execute!(conn, name, statement, params, opts \\ [])

View Source

Specs

prepare_execute!(conn(), iodata(), iodata(), list(), [execute_option()]) ::
  {Postgrex.Query.t(), Postgrex.Result.t()}

Prepares and runs a query and returns the result or raises Postgrex.Error if there was an error. See prepare_execute/5.