What tools to use for a simple API for MySQL on Linux – Debian
Suppose I have a MySQL database running on a Debian Linux server and I would like to create a simple API (RESTful) to access data from this database. How would you do this, and what opensource tools would you use?…