Skip to content

Instantly share code, notes, and snippets.

@prakashthegyan
Created February 8, 2020 07:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prakashthegyan/f9716369cb7bdbb16faf28e40526daac to your computer and use it in GitHub Desktop.
Save prakashthegyan/f9716369cb7bdbb16faf28e40526daac to your computer and use it in GitHub Desktop.
post = {"_id": 'qwertyui123456',
'username': 'someone',
'name':'Gyan',
'address':'Somewhere in India'}
post_id = table.insert_one(post).inserted_id
post_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment