File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ PyPI] ( https://img.shields.io/pypi/v/sqlite3-to-mysql )] ( https://pypi.org/project/sqlite3-to-mysql/ )
2
2
[ ![ Downloads] ( https://pepy.tech/badge/sqlite3-to-mysql )] ( https://pepy.tech/project/sqlite3-to-mysql )
3
+ [ ![ GitHub Sponsors] ( https://img.shields.io/github/sponsors/techouse )] ( https://github.com/sponsors/techouse )
3
4
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/sqlite3-to-mysql )] ( https://pypi.org/project/sqlite3-to-mysql/ )
4
5
[ ![ MySQL Support] ( https://img.shields.io/static/v1?label=MySQL&message=5.5+|+5.6+|+5.7+|+8.0&color=2b5d80 )] ( https://img.shields.io/static/v1?label=MySQL&message=5.6+|+5.7+|+8.0&color=2b5d80 )
5
6
[ ![ MariaDB Support] ( https://img.shields.io/static/v1?label=MariaDB&message=5.5+|+10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5+|+10.6|+10.11&color=C0765A )] ( https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A )
11
12
[ ![ codecov] ( https://codecov.io/gh/techouse/sqlite3-to-mysql/branch/master/graph/badge.svg )] ( https://codecov.io/gh/techouse/sqlite3-to-mysql )
12
13
[ ![ GitHub stars] ( https://img.shields.io/github/stars/techouse/sqlite3-to-mysql.svg?style=social&label=Star&maxAge=2592000 )] ( https://github.com/techouse/sqlite3-to-mysql/stargazers )
13
14
14
-
15
15
# SQLite3 to MySQL
16
16
17
17
#### A simple Python tool to transfer data from SQLite 3 to MySQL.
@@ -24,6 +24,7 @@ sqlite3mysql --help
24
24
```
25
25
26
26
### Usage
27
+
27
28
```
28
29
Usage: sqlite3mysql [OPTIONS]
29
30
You can’t perform that action at this time.
0 commit comments