data['SELECT'].append('one')
I'm intentionally trying to not depart too much from SQL / list-of-strings-for-each-clause model, since I'd have to invent/learn another one.
For a full-blown query builder, I agree Table("table").select("one") is better.
data['SELECT'].append('one')
I'm intentionally trying to not depart too much from SQL / list-of-strings-for-each-clause model, since I'd have to invent/learn another one.
For a full-blown query builder, I agree Table("table").select("one") is better.