I was trying to use this tool but during the schema creation it crashes because of several SQL syntax errors. The Readme says that one of the requirements is MySQL server but some SQL statements are not supported by it (specifically the syntax CREATE INDEX IF NOT EXISTS ...is not supported). Swapping MySQL with MariaDB fixes all the problems though.
Yes, you are indeed right, I have been using MariaDB for development and assumed the syntax would be the same. I will update the readme to reflect that.
Hi,
I was trying to use this tool but during the schema creation it crashes because of several SQL syntax errors. The Readme says that one of the requirements is MySQL server but some SQL statements are not supported by it (specifically the syntax
CREATE INDEX IF NOT EXISTS ...
is not supported). Swapping MySQL with MariaDB fixes all the problems though.Is the Readme wrong?