Building a new MySQL adapter for Ecto, Part II: Encoding/Decoding
In this post we look into encoding/decoding MySQL basic types, bit flags, and higher-level packets.
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.
A quick recap of upgrading Hex.pm to use Ecto 3.0.
In the last post of the series we discuss remaining important improvements: better performance, migration enhancements, and more!
We wrap up Query API improvements with added UNION/EXCEPT/INTERSECT and WINDOW/OVER support and other minor enhancements.
Better join composition with named bindings, database prefixes, and more!