From 4080544b2df11132eecdb57fbe91c07dbbe5bc41 Mon Sep 17 00:00:00 2001 From: Cal Henderson Date: Fri, 4 Mar 2022 23:44:34 +0000 Subject: [PATCH] added an alernatives section to the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a16d471..d61b12a 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,14 @@ The specs for each of the four field groupings can be found here: * https://dev.mysql.com/doc/refman/5.7/en/spatial-type-overview.html +## Alternatives + +If you're using PHP, then [Modyllic](https://github.com/onlinebuddies/modyllic) is a great SQL parser and set of schema management tools. + +If you're using Hack, then [Hack SQL Fake](https://github.com/slackhq/hack-sql-fake) allows you to parse SQL and create a fake MySQL +server for testing, with many (but not all!) features of MySQL. + + ## Publishing To publish a new version: