Database migrations in Golang.
During the development of an app, it's very common to do changes in the database schema, for a new…
During the development of an app, it's very common to do changes in the database schema, for a new…
It's rare that, after a meetup, over drinks afterwards, people don't talk about the hardware and…
I recently started a project with **Laravel 5.4**, where some of my models have an owner, meaning…
One of the nightmares for web developers (at least it's one of mine) is finding yourself needing to…
Recently, I needed to convert the engine of database tables from **InnoDB to MyISAM**. The solution…