The Resurgence of SQL

A presentation at Droidcon NYC in in New York, NY, USA by Jake Wharton

SQL may have fallen out of fashion over the last decade, but libraries like SQL Delight and Room are now placing it at the forefront of their use. As a language, SQL is more declarative and expressive than any ORM could hope to be. With the support of strong tooling, database interactions not only become easier but you’re able to leverage more of its power.

This talk will be a re-introduction to the SQL language for those that have seen it before. We will focus on specific examples where you can offload work that would have otherwise been done in code into the database. Finally, we’ll compare and contrast the SQL Delight and Room libraries.

Presented with Alec Strong

Video