database

MySQL

Back to glosary MySQL is an open-source relational database management system. It is based on the structured query language (SQL), ...

Quick start with Django ORM

As a web developer, using databases may be a pain, you must ensure that all your queries are pretty well ...

How to create Django Data Migrations

Sometimes, you have a well defined structure in your database, but you have to refactor it . This refactor implies ...