How Pony ORM Translates Python Generators to SQL Queries

How Pony ORM Translates Python Generators to SQL Queries

EuroPython Conference via YouTube Direct link

Intro

1 of 19

1 of 19

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

How Pony ORM Translates Python Generators to SQL Queries

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 A Python generator vs a SQL query
  3. 3 The same query in Pony
  4. 4 Query syntax comparison
  5. 5 Query translation
  6. 6 Bytecode decompilation
  7. 7 Abstract Syntax Tree (AST)
  8. 8 Monad types
  9. 9 AST Translation
  10. 10 AST to SQL Translation
  11. 11 Abstract SQL
  12. 12 Specific SQL dialects
  13. 13 Other Pony ORM features
  14. 14 Pony ORM - seeds, Identity Map
  15. 15 Solution for the N+1 Query Problem
  16. 16 Transactions Django ORM
  17. 17 Optimistic Locking
  18. 18 Pony roadmap
  19. 19 Transactions Pony ORM

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.