I am currently working on a Database project for the university and I need to create a web app that communicates to a MySQL database.
Since the focus of the project is the actual MySQL and not the server-side stuff(PHP, node.js), is there anything like firebase for MySQL where I can make API calls from the frontend(js) to the database with custom SQL queries and not have to develop (or develop the minimum) server code?