pub type SQL = Sql<'static>;
struct SQL { pub sql: String, pub db: &'static Db, }
sql: String
db: &'static Db