Hi all,

I'm aware that you can bulk insert using a dictionary but is there a
way to :
dictionary={'field1':'value','field2':'value' ...}
db.table.insert(dictionary)

It would be really easy if I can do this.

Reply via email to