Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 10, 2020 14:50
Show Gist options
  • Save recursivecodes/81a6ccbc6d4171d6412f4fe5af80bfb1 to your computer and use it in GitHub Desktop.
Save recursivecodes/81a6ccbc6d4171d6412f4fe5af80bfb1 to your computer and use it in GitHub Desktop.
collection-insert.sh
SQL> soda insert testcollection {"name": "todd", "is_cool": true, "age": 43}
Json String inserted successfully.
SQL> soda insert testcollection {"name": "dominic", "is_cool": true, "age": 13}
Json String inserted successfully.
SQL> commit;
Commit complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment