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