From f24d515fa3211689f1eba0e6caab81e359aa47af Mon Sep 17 00:00:00 2001 From: Tobias Petry Date: Mon, 14 Oct 2024 12:27:41 +0200 Subject: [PATCH] Add MySQL Visual Explain API to Development (#413) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e36383d..477b56c9 100644 --- a/README.md +++ b/README.md @@ -519,6 +519,7 @@ | [MicroENV](https://microenv.com/) | Fake Rest API for developers | No | Yes | Unknown | | [Mocky](https://designer.mocky.io/) | Mock user defined test JSON for REST API endpoints | No | Yes | Yes | | [MY IP](https://www.myip.com/api-docs/) | Get IP address information | No | Yes | Unknown | +| [MySQL Visual EXPLAIN](https://api.mysqlexplain.com/) | Transform MySQL EXPLAIN output to interactive graphs | No | Yes | Yes | | [Nationalize.io](https://nationalize.io) | Estimate the nationality of a first name | No | Yes | Yes | | [Netlify](https://docs.netlify.com/api/get-started/) | Netlify is a hosting service for the programmable web | `OAuth` | Yes | Unknown | | [NetworkCalc](https://networkcalc.com/api/docs) | Network calculators, including subnets, DNS, binary, and security tools | No | Yes | Yes |