文件名称:mysql-to-sqlite3:将数据从MySQL传输到SQLite
文件大小:39KB
文件格式:ZIP
更新时间:2024-02-24 04:46:34
mysql python command-line tool sqlite
MySQL到SQLite3 一个简单的Python工具,可将数据从MySQL传输到SQLite 3。 这是我的早该应得的免费工具。 它将所有数据从MySQL数据库传输到SQLite3数据库。 怎么跑 pip install mysql-to-sqlite3 mysql2sqlite --help 用法 Usage: mysql2sqlite [OPTIONS] Transfer MySQL to SQLite using the provided CLI options. Options: -f, --sqlite-file PATH SQLite3 database file [required] -d, --mysql-database TEXT MySQL database name [required] -u, --mysql-user TEXT MySQL user [required] -p, --mysql-password TEXT MySQL password -t, --mysql-tables TEXT
【文件预览】:
mysql-to-sqlite3-master
----setup.py(2KB)
----.gitignore(1KB)
----.travis.yml(7KB)
----MANIFEST.in(166B)
----CONTRIBUTING.md(3KB)
----requirements_dev.txt(444B)
----LICENSE(1KB)
----setup.cfg(151B)
----mysql_to_sqlite3()
--------click_utils.py(2KB)
--------__init__.py(95B)
--------__version__.py(363B)
--------sixeptions.py(175B)
--------transporter.py(17KB)
--------cli.py(3KB)
--------debug_info.py(3KB)
--------sqlite_utils.py(1010B)
----.github()
--------ISSUE_TEMPLATE()
----CODE-OF-CONDUCT.md(3KB)
----README.md(4KB)
----tests()
--------conftest.py(12KB)
--------__init__.py(0B)
--------sixeptions.py(201B)
--------unit()
--------database.py(1KB)
--------models.py(5KB)
--------factories.py(4KB)
--------func()
----pytest.ini(337B)
----.coveragerc(44B)
----.travis()
--------db_credentials.json(141B)
--------initdb.sh(2KB)
----.bandit.yml(8KB)
----tox.ini(2KB)