slince/sql-to-markdown

Process several tables in a dump

Closed this issue · 1 comments

When launching sql2markdown on a MySQL dump with several tables, the script seems to always fail.
Launching it on one single table works well.

Having an option to either process them all into the same .md file or giving the name of the table one wants to convert would help a lot when processing an entire database.

This seems to already be working fine. The issue was in a CONSTRAINT line, as explained in #2. Sorry for the noise.