From 561fbd59298bc5f422c331407799a2b9c1a71f2b Mon Sep 17 00:00:00 2001 From: n0rdd3v Date: Sun, 3 Nov 2024 13:42:20 +0100 Subject: [PATCH] Add Sqlable to Database tools - devtools.md --- docs/devtools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/devtools.md b/docs/devtools.md index a7dca3fb8..3d97dc1a7 100644 --- a/docs/devtools.md +++ b/docs/devtools.md @@ -192,6 +192,7 @@ * [SQLTranslate](https://www.sqltranslate.app/) - SQL Translator * [SQLizer](https://sqlizer.io/) - Convert Files To SQL Databases * [franchise](https://franchise.cloud/) - SQL Notebook +* [Sqlable](https://sqlable.com/) - SQL tools: Validator, Formatter, Generator, SQL Regex Tester, SQLite/MySQL/PostgreSQL Playgrounds. *** @@ -1365,4 +1366,4 @@ * [JMESPath](https://jmespath.org/) - Query Language for JSON / [Tutorial](https://jmespath.org/tutorial.html) * [zio-json](https://zio.dev/zio-json)- JSON Library * [Mock Turtle](https://mockturtle.net/) - Generate Mock JSON Data -* [JSON Bin](https://jsonbin.io/) - JSON Host \ No newline at end of file +* [JSON Bin](https://jsonbin.io/) - JSON Host