sqlite3-to-mysql:将数据从SQLite传输到MySQL

时间:2024-02-24 04:40:44
【文件属性】:

文件名称:sqlite3-to-mysql:将数据从SQLite传输到MySQL

文件大小:40KB

文件格式:ZIP

更新时间:2024-02-24 04:40:44

mysql python command-line tool sqlite

SQLite3到MySQL 一个简单的Python工具,可将数据从SQLite 3传输到MySQL。 我最初将此简单程序编写为独立脚本,然后将其作为,以解决此。 从那时起,由于它是如此简单且有效,因此许多人对此产生了兴趣。 因此,我终于搬走了懒骨头,制作了一个GitHub存储库 :octopus: 。 怎么跑 pip install sqlite3-to-mysql sqlite3mysql --help 用法 Usage: sqlite3mysql [OPTIONS] Transfer SQLite to MySQL using the provided CLI options. Options: -f, --sqlite-file PATH SQLite3 database file [required] -t, --sqlite-tables TEXT Transfer only these specific tables (space separated table names). Im


【文件预览】:
sqlite3-to-mysql-master
----MANIFEST.in(166B)
----.github()
--------ISSUE_TEMPLATE()
----.travis()
--------initdb.sh(2KB)
--------db_credentials.json(141B)
----.bandit.yml(8KB)
----CONTRIBUTING.md(3KB)
----.travis.yml(7KB)
----tox.ini(2KB)
----pytest.ini(288B)
----LICENSE(1KB)
----requirements_dev.txt(432B)
----sqlite3_to_mysql()
--------sqlite_utils.py(1002B)
--------sixeptions.py(378B)
--------__init__.py(96B)
--------click_utils.py(2KB)
--------cli.py(3KB)
--------__version__.py(364B)
--------transporter.py(22KB)
--------debug_info.py(3KB)
----setup.cfg(151B)
----setup.py(2KB)
----README.md(4KB)
----CODE-OF-CONDUCT.md(3KB)
----tests()
--------factories.py(4KB)
--------sixeptions.py(246B)
--------__init__.py(0B)
--------models.py(5KB)
--------func()
--------conftest.py(13KB)
--------database.py(1KB)
--------unit()
----.gitignore(1KB)
----.coveragerc(44B)

网友评论