#[derive(Queryable)]
Derive macro to generate Queryable implementations
#[derive(Queryable)] struct Product { id: u32, name: String, price: f64, }