We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f1d0f commit 7dedaceCopy full SHA for 7dedace
README.md
@@ -4,5 +4,8 @@ Implements [MySQL to SQLite3][link-sql] as a docker utility
4
5
## How to use
6
7
+```
8
+docker run --rm -v ${PWD}:/output benrowe/mysql-to-sqlite3 mysql2sqlite -f /output/export.sqlite3 -d database_name -u username -h host.docker.internal -p password
9
10
-[link-sql]:https://github.com/techouse/mysql-to-sqlite3
11
+[link-sql]:https://github.com/techouse/mysql-to-sqlite3
0 commit comments