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
Plans are to keep it simple but if we want to make this work properly we will have to add a bit of extra tooling. At the very least tests to prevent regressions and make sure conversion work as intended.
8
+
9
+
Perhaps TypeScript and svelte too. Let me know what you think.
10
+
3
11
# MySQL to SQLite online converter
4
12
5
-
Online tool that converts SQL code from MySQL to SQLite format.
13
+
Online tool that converts SQL DDL code from MySQL to SQLite format.
6
14
7
15
Click here to open: https://ww9.github.io/mysql2sqlite/
8
16
@@ -14,13 +22,14 @@ I needed to convert a MySQL SQL file to SQLite and couldn't find an online solut
14
22
15
23
## Todo
16
24
17
-
-[ ] Create sample SQL for testing, embedded inside `index.html` and add [Sample] button that uses it.
18
-
-[ ] Implement options like `don't remove comments`, `custom escaping`
25
+
-[ ] Create tests and make sure they fix current Issues.
26
+
-[ ] Create sample SQL for testing.
27
+
-[ ] Implement options like `don't remove comments`, `custom escaping`.
19
28
20
29
## Problem converting SQL file?
21
30
22
31
This was tested with only the MySQL SQL file I needed to convert. If the tool doesn't convert your SQL file correctly please [create an issue](https://github.com/ww9/mysql2sqlite/issues). Preferably include the SQL file you're trying to convert or some sample code that's not being converted correctly.
23
32
24
33
## License
25
34
26
-
[The Unlicense](http://unlicense.org/), [Public Domain](https://gist.github.com/ww9/4c4481fb7b55186960a34266078c88b1). As free as it gets.
35
+
[The Unlicense](http://unlicense.org/), [Public Domain](https://gist.github.com/ww9/4c4481fb7b55186960a34266078c88b1). As free as it gets.
0 commit comments