db.table.insert(**dictionary)
On Dec 20, 9:19 am, rāma <ranjeev...@gmail.com> wrote: > 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.