MySQL
February 10, 2019
Discovered something neat with the new version of MySQL and thought it warranted
a mention. Storing tree structures in a relational database is a common use case
across many different areas of tech. The problem comes when you need to
construct a query based on a subset of that tree.
But MySQL 8 has some nice new features that makes doing this a breeze.
Read More