sql-to-markdown
sql-to-markdown copied to clipboard
Convert mysql table schema to markdown table.
Results
1
sql-to-markdown issues
Sort by
recently updated
recently updated
newest added
I have this line in a MySQL dump: ``` CONSTRAINT `FK_2F87D51A81E27D` FOREIGN KEY (`isco_group_id`) REFERENCES `isco_group` (`id`) ``` When reaching that line, the script fails: ```./sql2markdown convert --source=mini.sql PHP Fatal...