Last active
August 10, 2020 15:25
-
-
Save recursivecodes/abdecfcd39aabed68968f039d30b0b5b to your computer and use it in GitHub Desktop.
run-output.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creating pool... | |
Get connection... | |
Get SODA DB... | |
Get collection... | |
Insert doc... | |
{ id: 'F25C4D41FB514F0ABF62DB76C0AAA99D', | |
created_on: '2020-08-06T02:23:43.944593Z' } | |
Get new doc... | |
{ name: 'ava', is_cool: true, age: 14 } | |
Close connection... | |
Close pool... | |
Pool closed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment