This is an unstable release, please don’t use in production. It was rumored that the new MySQL version would be 8 and not as 5.8 as a lot of people thought, and it appears the rumors were true. Below are some of the features that caught my eye at first glance: Roles Although password expiration … Continue reading MySQL 8.0 (dev): what to look for→
This is a blogpost about MySQL 8.0.0, the content here could be subject to changes in the future since this is not a stable release. This is a feature that will make life the many DevOps and DBAs easier. Believe it or not, a lot of people control access to the database by sharing the … Continue reading Roles on MySQL 8.0→
SQLite is really a good tool to set up quick proof of concepts and small applications; however it’s not the most robust solution on the market for working with relational databases. In the open source community two databases take the top of the list: PostgreSQL and MySQL. I did a small project for my studies. … Continue reading Using Active Record migrations beyond SQLite→