You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COMMENT='By definition:\r\n- user_group #1 is administrator and will always have all permissions.\r\n- user_group #2 is guest and always have no permissions.\r\n';
69
+
if(line.startsWith(")")){
70
+
sqlite+=");\n";
71
+
continue;
72
+
}
73
+
// Remove CONSTRAINT `fk_address_state1`" part from lines
<textareaid="mysql">Paste MySQL SQL code here</textarea>
118
+
119
+
<buttononclick="convert()">Convert</button>
120
+
121
+
<h1>SQLite result:</h1>
122
+
<textareaid="sqlite"></textarea>
123
+
124
+
<p>Client side only. No dependencies or server side processing. You can save this page for offline use.<br>
125
+
Send requests, bug reports & suggestions to git repo: <ahref="http://github.com/ww9/mysql2sqlite">http://github.com/ww9/mysql2sqlite</a>
126
+
<br>License: <ahref="http://unlicense.org/">The Unlicense</a>, <ahref="https://gist.github.com/ww9/4c4481fb7b55186960a34266078c88b1">Public Domain</a>. As free as it gets.</p>
0 commit comments