Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1.0.16

Latest

Choose a tag to compare

@creyke creyke released this 30 Oct 19:53
· 15 commits to master since this release
  • Support for looping query, delete, and upsert operations with an iterator variable
    • To upsert 3 documents with incremental ids cosmic upsert "{ 'id' : '%I%' }" -l 3
      • { 'id' : '0' }
      • { 'id' : '1' }
      • { 'id' : '2' }