A simple Python tool to transfer data from MySQL to SQLite 3
Project description
MySQL to SQLite3
A simple Python tool to transfer data from MySQL to SQLite 3.
This is the long overdue complimentary tool to my SQLite3 to MySQL. It transfers all data from a MySQL database to a SQLite3 database.
How to run
pip install mysql-to-sqlite3
mysql2sqlite --help
Usage
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 Transfer only these specific tables (space
separated table names). Implies --without-
foreign-keys which inhibits the transfer of
foreign keys.
-X, --without-foreign-keys Do not transfer foreign keys.
-h, --mysql-host TEXT MySQL host. Defaults to localhost.
-P, --mysql-port INTEGER MySQL port. Defaults to 3306.
-c, --chunk INTEGER Chunk reading/writing SQL records
-l, --log-file PATH Log file
-V, --vacuum Use the VACUUM command to rebuild the SQLite
database file, repacking it into a minimal
amount of disk space
--use-buffered-cursors Use MySQLCursorBuffered for reading the MySQL
database. This can be useful in situations where
multiple queries, with small result sets, need
to be combined or computed with each other.
-q, --quiet Quiet. Display only errors.
--version Show the version and exit.
--help Show this message and exit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mysql-to-sqlite3-1.3.6.tar.gz
(26.4 kB
view details)
Built Distribution
File details
Details for the file mysql-to-sqlite3-1.3.6.tar.gz
.
File metadata
- Download URL: mysql-to-sqlite3-1.3.6.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e26ff27733eb83bf4a67c4ab66594ff2773157338ac6b33db5785fee62e195e |
|
MD5 | bffb6dfca48ed9ce3ede3ea542b41ab9 |
|
BLAKE2b-256 | 8c66b41a511b6922803fc9f0ba1286a977158759359d92df81c3941b54574d58 |
File details
Details for the file mysql_to_sqlite3-1.3.6-py2.py3-none-any.whl
.
File metadata
- Download URL: mysql_to_sqlite3-1.3.6-py2.py3-none-any.whl
- Upload date:
- Size: 13.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85dbdbccedbd9c2682d91cd7e9fec4cfe02e8763d2d2244dd1d0209ce48aa085 |
|
MD5 | 1c0603b511147267980d5a8092c3b2b5 |
|
BLAKE2b-256 | 7e7ce30e2b805cebb217b66e7931a3a7f611631780f1c1571092f8b9c3f09592 |