aws_ex_ray v0.1.3 AwsExRay.Record.SQL

This module provides a data structure which represents sql report.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %AwsExRay.Record.SQL{
  connection_string: String.t(),
  database_type: String.t(),
  database_version: String.t(),
  driver_version: String.t(),
  preparation: String.t(),
  sanitized_query: String.t(),
  url: String.t()
}

Link to this section Functions

Link to this function to_map(sql)
to_map(sql :: t()) :: map()