@@ -3,9 +3,9 @@ MySQL to SQLite3
33
44A simple Python tool to transfer data from MySQL to SQLite 3
55
6- |PyPI | |PyPI - Downloads | |PyPI - Python Version | | MySQL Support |
7- |MariaDB Support | |GitHub license | |Contributor Covenant | | PyPI - Format |
8- |Code style: black | |Codacy Badge | |Test Status | |CodeQL Status |
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 |
99|Publish PyPI Package Status | |codecov | |GitHub Sponsors | |GitHub stars |
1010
1111Installation
@@ -36,23 +36,25 @@ Indices and tables
3636* :ref: `modindex `
3737* :ref: `search `
3838
39- .. |PyPI | image :: https://img.shields.io/pypi/v/mysql-to-sqlite3
39+ .. |PyPI | image :: https://img.shields.io/pypi/v/mysql-to-sqlite3?logo=pypi
4040 :target: https://pypi.org/project/mysql-to-sqlite3/
41- .. |PyPI - Downloads | image :: https://img.shields.io/pypi/dm/mysql-to-sqlite3
41+ .. |PyPI - Downloads | image :: https://img.shields.io/pypi/dm/mysql-to-sqlite3?logo=pypi&label=PyPI%20downloads
4242 :target: https://pypistats.org/packages/mysql-to-sqlite3
43- .. |PyPI - Python Version | image :: https://img.shields.io/pypi/pyversions/mysql-to-sqlite3
43+ .. |Homebrew Formula Downloads | image :: https://img.shields.io/homebrew/installs/dm/mysql-to-sqlite3?logo=homebrew&label=Homebrew%20downloads
44+ :target: https://formulae.brew.sh/formula/mysql-to-sqlite3
45+ .. |PyPI - Python Version | image :: https://img.shields.io/pypi/pyversions/mysql-to-sqlite3?logo=python
4446 :target: https://pypi.org/project/mysql-to-sqlite3/
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/mysql-to-sqlite3
5052 :target: https://github.com/techouse/mysql-to-sqlite3/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/mysql-to-sqlite3
55+ .. |PyPI - Format | image :: https://img.shields.io/pypi/format/mysql-to-sqlite3?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/64aae8e9599746d58d277852b35cc2bd
5860 :target: 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
@@ -64,7 +66,7 @@ Indices and tables
6466 :target: https://github.com/techouse/mysql-to-sqlite3/actions/workflows/publish.yml
6567.. |codecov | image :: https://codecov.io/gh/techouse/mysql-to-sqlite3/branch/master/graph/badge.svg
6668 :target: https://codecov.io/gh/techouse/mysql-to-sqlite3
67- .. |GitHub Sponsors | image :: https://img.shields.io/github/sponsors/techouse
69+ .. |GitHub Sponsors | image :: https://img.shields.io/github/sponsors/techouse?logo=github
6870 :target: https://github.com/sponsors/techouse
6971.. |GitHub stars | image :: https://img.shields.io/github/stars/techouse/mysql-to-sqlite3.svg?style=social&label=Star&maxAge=2592000
7072 :target: https://github.com/techouse/mysql-to-sqlite3/stargazers
0 commit comments