Building a new MySQL adapter for Ecto Part IV: Ecto Integration
In the final post of the series we add Ecto integration to leverage changesets, queries, SQL sandbox, and more.
In the final post of the series we add Ecto integration to leverage changesets, queries, SQL sandbox, and more.
In this post we add reliability to our database driver by using the DBConnection library.
In this post we look into encoding/decoding MySQL basic types, bit flags, and higher-level packets.
First part of blog series: connecting to a MySQL server from an IEx session and performing a simple handshake.