convert database into list code example
Example: python list from sql
[item for t in self.sqlhlpr.select("SELECT DISTINCT item FROM table") for item in t]
[item for t in self.sqlhlpr.select("SELECT DISTINCT item FROM table") for item in t]