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→