lua-resty-mongol
lua-resty-mongol copied to clipboard
how to create a collection if it does not exist!
Hi, In MongoDB this command created a collection if it does not exist: db.collection.insert()
I see no way of creating a collection like this in mongol.
Am i missing something here?
Thanks for your help.
Samar