If I call db.tablename.insert(...) it expects individual column-value
pairs.  I already have these in a dict (which has been pre-screened
for valid columns and types).

Is there a way to call insert with this dict, or to properly explode
the values into something I can pass to insert?

Thanks.

Reply via email to