For the best quality, click on the zoom button in the right corner.
You can also try the high quality version, or download the mp4 version.
Type-safe SQL embedded in Scala
Christoph Wulf
In contrast to the industry's need of relational databases the interaction between programs and databases using the Structured Query Language is often inconvenient and error-prone. This paper offers an approach for embedded SQL statements in Scala with validation against the corresponding database schema and result type inference based on re-writing to plain JDBC code. It describes ideas of design and implementation.