db = DBPools() async with db.sqlorContext('iptvdb') as sor: recs = await sor.sqlExe("select distinct tv_group from iptvchannels",{}) return recs