Flask and MySQL: Basic CRUD applications
Introduction
CRUD applications are one of the most common types of web applications. CRUD stands for Create, Read, Update and Delete. These four basic operations are used to manipulate data in a database.
MySQL is an open-source relational database m...
0xdvvid.hashnode.dev3 min read