Skip to main content

FromSql

Derive Macro FromSql 

Source
#[derive(FromSql)]
{
    // Attributes available to this derive:
    #[bigquery]
}
Expand description

Derives FromSql for converting a BigQuery value into a struct.

Supports renaming attributes via #[bigquery(rename = "new_name")].