Skip to content

Commit

Permalink
Add mysqlexplain provider (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetry authored Aug 26, 2024
1 parent 4769759 commit 31e3a51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions providers/mysqlexplain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
- provider_name: MySQL Visual Explain
provider_url: https://mysqlexplain.com
endpoints:
- schemes:
- https://mysqlexplain.com/explain/*
- https://embed.mysqlexplain.com/explain/*
url: https://api.mysqlexplain.com/v2/oembed.json
example_urls:
- https://api.mysqlexplain.com/v2/oembed.json?url=https%3A%2F%2Fmysqlexplain.com%2Fexplain%2F01j2ef1bj7efr97m5v140rnxyz
formats:
- json
discovery: true
notes: Provider only supports the 'rich' type.
...

0 comments on commit 31e3a51

Please sign in to comment.