Generates SQL Insert requests for a Yu-Gi-Oh_Sky.js database.
Just launch the app, and enter each card, one per line using this syntax :
<card_name_en>:<quantity>
<card_name_en_1>:<quantity_2>
Then press the button, wait a few seconds and the SQL will be generated in the text box at the bottom of the window. You can copy-paste it to your SQL console.
-
C# (WPF)