Recording not yet published

Talk

Building a MySQL Database Driver in Elixir

A look at what actually happens when an application talks to a database — the components needed to connect, query data, and transform results into native Elixir data types — by walking through the implementation of a MySQL driver in Elixir.