Skip to content

Instantly share code, notes, and snippets.

@shauns
Created November 8, 2014 09:51
Show Gist options
  • Save shauns/ae7d6c298a1cc48e390a to your computer and use it in GitHub Desktop.
Save shauns/ae7d6c298a1cc48e390a to your computer and use it in GitHub Desktop.
Implicit ORM
# Implicit
query = self.session.query(Book)
book = query.get(1) # implicit switch here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment