Skip to content

Instantly share code, notes, and snippets.

@PaburoTC
Created May 1, 2020 18:41
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 PaburoTC/8b6c4abd4a3b1e91d8873443967bc786 to your computer and use it in GitHub Desktop.
Save PaburoTC/8b6c4abd4a3b1e91d8873443967bc786 to your computer and use it in GitHub Desktop.
def add(self):
session = Session()
session.add(self)
session.commit()
session.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment