pub trait ToEdgeQl { fn to_edgeql(&self) -> String; }
Transform a struct into a edgeDB query language statment