This module provides a data structure which represents sql report.
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() }
to_map(sql :: t()) :: map()