pub fn sl3_insert<T>( dbn: &str, qry: &str, v: &Vec<T>, an: (bool, usize), ) -> Result<(), Box<dyn Error>>where T: ToSqlite3ValueVec,
insert