ExoQuery.pdf - Presentation Slides
Part1and6_GiantQuery.kt - The gigantic sql query example that I start and end the presentation with.
Part1A_GiantQueryExposed.kt - My attempt to get Exposed to synthesize the giant query
Part1B_Conditional.kt - Looking at a when-clause and how conditionals aught to be translated into SQL
Part2_DesugaringExample.kt - Exploring ExoQuery desugarings
Part3_Features.kt - Showcasing ExoQuery Features
Part4_Serialization.kt - Talking about how ExoQuery uses kotlinx.serializations
Part5_Actions.kt - Showcasing ExoQuery Actions