The open source MySQL spin-off has steadily added features all its own. Here are five good reasons to switch to MariaDB.
Over the past few years, the open source relational database management systems MySQL and MariaDB have undergone tremendous changes: new and improved features, fixes for long-standing problems, better ...
I recently wrote a .NET web application for work. I always make a data access class with methods for getting data, but I usually just point the methods to stored procedures. This time, I decided to ...