@@ -3,10 +3,10 @@ SQLite3 to MySQL
33
44A simple Python tool to transfer data from SQLite 3 to MySQL
55
6- |PyPI | |PyPI - Downloads | |PyPI - Python Version | |MySQL Support | | MariaDB Support |
7- |GitHub license | |Contributor Covenant | |PyPI - Format | |Code style: black |
8- |Codacy Badge | |Test Status | |CodeQL Status | |Publish PyPI Package Status |
9- |Publish Docker Image | |codecov | |GitHub Sponsors | |GitHub stars |
6+ |PyPI | |PyPI - Downloads | |Homebrew Formula Downloads | |PyPI - Python Version |
7+ |MySQL Support | |MariaDB Support | |GitHub license | |Contributor Covenant |
8+ |PyPI - Format | |Code style: black | |Codacy Badge | |Test Status | | CodeQL Status |
9+ |Publish PyPI Package Status | |codecov | |GitHub Sponsors | |GitHub stars |
1010
1111Installation
1212------------
@@ -36,23 +36,25 @@ Indices and tables
3636* :ref: `modindex `
3737* :ref: `search `
3838
39- .. |PyPI | image :: https://img.shields.io/pypi/v/sqlite3-to-mysql
39+ .. |PyPI | image :: https://img.shields.io/pypi/v/sqlite3-to-mysql?logo=pypi
4040 :target: https://pypi.org/project/sqlite3-to-mysql/
41- .. |PyPI - Downloads | image :: https://img.shields.io/pypi/dm/sqlite3-to-mysql
41+ .. |PyPI - Downloads | image :: https://img.shields.io/pypi/dm/sqlite3-to-mysql?logo=pypi&label=PyPI%20downloads
4242 :target: https://pypistats.org/packages/sqlite3-to-mysql
43- .. |PyPI - Python Version | image :: https://img.shields.io/pypi/pyversions/sqlite3-to-mysql
43+ .. |Homebrew Formula Downloads | image :: https://img.shields.io/homebrew/installs/dm/sqlite3-to-mysql?logo=homebrew&label=Homebrew%20downloads
44+ :target: https://formulae.brew.sh/formula/sqlite3-to-mysql
45+ .. |PyPI - Python Version | image :: https://img.shields.io/pypi/pyversions/sqlite3-to-mysql?logo=python
4446 :target: https://pypi.org/project/sqlite3-to-mysql/
45- .. |MySQL Support | image :: https://img.shields.io/static/v1?label=MySQL&message=5.5+%7C+5.6+%7C+5.7+%7C+8.0&color=2b5d80
47+ .. |MySQL Support | image :: https://img.shields.io/static/v1?logo=mysql& label=MySQL&message=5.5+%7C+5.6+%7C+5.7+%7C+8.0&color=2b5d80
4648 :target: https://img.shields.io/static/v1?label=MySQL&message=5.6+%7C+5.7+%7C+8.0&color=2b5d80
47- .. |MariaDB Support | image :: https://img.shields.io/static/v1?label=MariaDB&message=5.5+%7C+10.0+%7C+10.1+%7C+10.2+%7C+10.3+%7C+10.4+%7C+10.5+%7C+10.6%7C+10.11&color=C0765A
49+ .. |MariaDB Support | image :: https://img.shields.io/static/v1?logo=mariadb& label=MariaDB&message=5.5+%7C+10.0+%7C+10.1+%7C+10.2+%7C+10.3+%7C+10.4+%7C+10.5+%7C+10.6%7C+10.11&color=C0765A
4850 :target: https://img.shields.io/static/v1?label=MariaDB&message=10.0+%7C+10.1+%7C+10.2+%7C+10.3+%7C+10.4+%7C+10.5&color=C0765A
4951.. |GitHub license | image :: https://img.shields.io/github/license/techouse/sqlite3-to-mysql
5052 :target: https://github.com/techouse/sqlite3-to-mysql/blob/master/LICENSE
51- .. |Contributor Covenant | image :: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
53+ .. |Contributor Covenant | image :: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?logo=contributorcovenant
5254 :target: CODE-OF-CONDUCT.md
53- .. |PyPI - Format | image :: https://img.shields.io/pypi/format/sqlite3-to-mysql
55+ .. |PyPI - Format | image :: https://img.shields.io/pypi/format/sqlite3-to-mysql?logo=python
5456 :target: (https://pypi.org/project/sqlite3-to-mysql/)
55- .. |Code style: black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
57+ .. |Code style: black | image :: https://img.shields.io/badge/code%20style-black-000000.svg?logo=python
5658 :target: https://github.com/ambv/black
5759.. |Codacy Badge | image :: https://api.codacy.com/project/badge/Grade/d33b59d35b924711aae9418741a923ae
5860 :target: https://www.codacy.com/manual/techouse/sqlite3-to-mysql?utm_source=github.com&utm_medium=referral&utm_content=techouse/sqlite3-to-mysql&utm_campaign=Badge_Grade
@@ -62,11 +64,9 @@ Indices and tables
6264 :target: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/codeql-analysis.yml
6365.. |Publish PyPI Package Status | image :: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/publish.yml/badge.svg
6466 :target: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/publish.yml
65- .. |Publish Docker Image | image :: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/docker.yml/badge.svg
66- :target: https://github.com/techouse/sqlite3-to-mysql/actions/workflows/docker.yml
6767.. |codecov | image :: https://codecov.io/gh/techouse/sqlite3-to-mysql/branch/master/graph/badge.svg
6868 :target: https://codecov.io/gh/techouse/sqlite3-to-mysql
69- .. |GitHub Sponsors | image :: https://img.shields.io/github/sponsors/techouse
69+ .. |GitHub Sponsors | image :: https://img.shields.io/github/sponsors/techouse?logo=github
7070 :target: https://github.com/sponsors/techouse
7171.. |GitHub stars | image :: https://img.shields.io/github/stars/techouse/sqlite3-to-mysql.svg?style=social&label=Star&maxAge=2592000
7272 :target: https://github.com/techouse/sqlite3-to-mysql/stargazers
0 commit comments