Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created November 1, 2019 12:26
Show Gist options
  • Save NMZivkovic/58279de6f02f465daf18157b707bfdca to your computer and use it in GitHub Desktop.
Save NMZivkovic/58279de6f02f465daf18157b707bfdca to your computer and use it in GitHub Desktop.
user = {
'name':"Rubik",
'age':33,
'blog':"rubikscode.net"
}
result = user_repo.insert(user)
print(result.acknowledged)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment