View Source EctoMySQLExtras.Output (Ecto MySQL Extras v0.5.0)

Output MySQL queries to the requested format.

Formats:

  • raw: The raw MySQL query result (%MyXQL.Result{})
  • ascii: The query result formatted to ASCII.

Link to this section Summary

Link to this section Functions

Link to this function

format(atom, info, result)

View Source