Skip to content

Commit eac9cbc

Browse files
authored
update todo with test and announcement of plans
1 parent 0dea717 commit eac9cbc

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
22

3+
# Update 2021-12-01
4+
5+
I'll be mantaining this repo.
6+
7+
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+
311
# MySQL to SQLite online converter
412

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.
614

715
Click here to open: https://ww9.github.io/mysql2sqlite/
816

@@ -14,13 +22,14 @@ I needed to convert a MySQL SQL file to SQLite and couldn't find an online solut
1422

1523
## Todo
1624

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`.
1928

2029
## Problem converting SQL file?
2130

2231
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.
2332

2433
## License
2534

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

Comments
 (0)