pub enum Scalars { ID(String), Int(usize), String(String), Float(f64), Boolean(bool), Date(String), DateTime(String), Time(String), Decimal(f64), }