Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Last active November 5, 2019 10:44
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 Allwin12/74dac7ed8aad0ff764f1fd839a06aa50 to your computer and use it in GitHub Desktop.
Save Allwin12/74dac7ed8aad0ff764f1fd839a06aa50 to your computer and use it in GitHub Desktop.
Flask SQLAlchemy delete a record
db.session.delete(book)
db.session.commit()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment