|
2 | 2 | [](https://pypistats.org/packages/mysql-to-sqlite3) |
3 | 3 | [](https://pypi.org/project/mysql-to-sqlite3/) |
4 | 4 | [](https://img.shields.io/static/v1?label=MySQL&message=5.5+|+5.6+|+5.7+|+8.0+|+8.4&color=2b5d80) |
5 | | -[](https://img.shields.io/static/v1?label=MariaDB&message=5.5|+10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5|+11.4&color=C0765A) |
| 5 | +[](https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.6|+10.11+|+11.4+|+11.6+|+11.8&color=C0765A) |
6 | 6 | [](https://github.com/techouse/mysql-to-sqlite3/blob/master/LICENSE) |
7 | 7 | [](CODE-OF-CONDUCT.md) |
8 | 8 | [](https://pypi.org/project/sqlite3-to-mysql/) |
9 | 9 | [](https://github.com/ambv/black) |
10 | 10 | [](https://www.codacy.com/manual/techouse/mysql-to-sqlite3?utm_source=github.com&utm_medium=referral&utm_content=techouse/mysql-to-sqlite3&utm_campaign=Badge_Grade) |
11 | 11 | [](https://github.com/techouse/mysql-to-sqlite3/actions/workflows/test.yml) |
12 | | -[](https://github.com/techouse/mysql-to-sqlite3/actions/workflows/codeql-analysis.yml) |
| 12 | +[](https://github.com/techouse/mysql-to-sqlite3/actions/workflows/github-code-scanning/codeql) |
13 | 13 | [](https://github.com/techouse/mysql-to-sqlite3/actions/workflows/publish.yml) |
14 | 14 | [](https://codecov.io/gh/techouse/mysql-to-sqlite3) |
15 | 15 | [](https://github.com/sponsors/techouse) |
@@ -102,7 +102,8 @@ docker run -it \ |
102 | 102 | This will mount your host current working directory (pwd) inside the Docker container as the current working directory. |
103 | 103 | Any files Docker would write to the current working directory are written to the host directory where you did docker |
104 | 104 | run. Note that you have to also use a |
105 | | -[special hostname](https://docs.docker.com/desktop/networking/#use-cases-and-workarounds-for-all-platforms) `host.docker.internal` |
| 105 | +[special hostname](https://docs.docker.com/desktop/networking/#use-cases-and-workarounds-for-all-platforms) |
| 106 | +`host.docker.internal` |
106 | 107 | to access your host machine from inside the Docker container. |
107 | 108 |
|
108 | 109 | #### Homebrew |
|
0 commit comments