CRUD functions can exist in a REST API, but REST APIs are not limited to CRUD functions . CRUD can operate within a REST architecture, but REST APIs can exist independent of CRUD. For example, a REST API can allow clients to reboot a server even if it doesn’t correspond to any CRUD functions.
Read moreHow do I create a CRUD application with Python and MySQL?
Making Web Application CRUD Using Flask and MySQL
Read moreDoes MySQL have a REST API?
A prototype of MySQL 5.7 is shipping with an optional component called the MySQL HTTP Plugin. This plugin allows direct access to MySQL via a REST over HTTP interface, eliminating the need for a middle-tier server or database specific drivers.
Read moreIs an API to connect Python to MySQL?
Connector/Python provides driver support for connecting to MySQL from Python applications using an API that is compliant with the Python DB API version 2.0 .
Read more