pub trait DbJoin { // Required method fn join(&self, db: &dyn Database, separator: &str) -> String; }