sqlite3-to-mysql

Transfer data from SQLite to MySQL

MIT License

Downloads
3.4K
Stars
370
Committers
5

Bot releases are visible (Hide)

sqlite3-to-mysql - 2.2.0 Latest Release

Published by github-actions[bot] 4 months ago

2.2.0

  • [FEAT] add --mysql-skip-create-tables and --mysql-skip-transfer-data options
  • [FIX] fix default parameter parsing
  • [CHORE] update Sphinx documentation

https://pypi.org/project/sqlite3-to-mysql/2.2.0/

sqlite3-to-mysql - 2.1.10

Published by github-actions[bot] 5 months ago

2.1.10

  • [CHORE] add Sphinx documentation

https://pypi.org/project/sqlite3-to-mysql/2.1.10/

sqlite3-to-mysql - 2.1.9

Published by github-actions[bot] 6 months ago

2.1.9

  • [FEAT] add conversion of SQLite custom BOOL data type to MySQL TINYINT(1)

https://pypi.org/project/sqlite3-to-mysql/2.1.9/

sqlite3-to-mysql - 2.1.8

Published by github-actions[bot] 6 months ago

2.1.8

  • [CHORE] migrate package from flat layout to src layout

https://pypi.org/project/sqlite3-to-mysql/2.1.8/

sqlite3-to-mysql - 2.1.7

Published by github-actions[bot] 9 months ago

2.1.6

  • [FEAT] build both linux/amd64 and linux/arm64 Docker images

https://pypi.org/project/sqlite3-to-mysql/2.1.7/

sqlite3-to-mysql - 2.1.6

Published by github-actions[bot] 10 months ago

2.1.6

  • [FEAT] build both linux/amd64 and linux/arm64 Docker images

https://pypi.org/project/sqlite3-to-mysql/2.1.6/

sqlite3-to-mysql - 2.1.5

Published by github-actions[bot] 11 months ago

2.1.5

  • [FEAT] add support for UNSIGNED numeric data type conversion
  • [FIX] fix invalid column_type error message

https://pypi.org/project/sqlite3-to-mysql/2.1.5/

sqlite3-to-mysql - 2.1.4

Published by github-actions[bot] 11 months ago

2.1.4

  • [CHORE] maintenance release to publish first containerized release

https://pypi.org/project/sqlite3-to-mysql/2.1.4/

sqlite3-to-mysql - 2.1.3

Published by github-actions[bot] 11 months ago

2.1.3

  • [FIX] add packaging as a dependency

https://pypi.org/project/sqlite3-to-mysql/2.1.3/

sqlite3-to-mysql - 2.1.2

Published by github-actions[bot] 11 months ago

2.1.1

  • [CHORE] add support for Python 3.12
  • [CHORE] bump minimum version of MySQL Connector/Python to 8.2.0

https://pypi.org/project/sqlite3-to-mysql/2.1.2/

sqlite3-to-mysql - 2.1.1

Published by github-actions[bot] 12 months ago

2.1.1

  • [CHORE] add support for Python 3.12
  • [CHORE] bump minimum version of MySQL Connector/Python to 8.2.0

https://pypi.org/project/sqlite3-to-mysql/2.1.1/

sqlite3-to-mysql - v2.1.0

Published by techouse about 1 year ago

2.1.0

  • [CHORE] drop support for Python 3.7

https://pypi.org/project/sqlite3-to-mysql/2.1.0/

sqlite3-to-mysql - 2.0.3

Published by techouse about 1 year ago

2.0.3

  • [FIX] prevent AUTO_INCREMENT-ing fields from having a DEFAULT value

https://pypi.org/project/sqlite3-to-mysql/2.0.3/

sqlite3-to-mysql - 2.0.2

Published by techouse about 1 year ago

2.0.2

  • [FIX] properly import CMySQLConnection

https://pypi.org/project/sqlite3-to-mysql/2.0.2/

sqlite3-to-mysql - 2.0.1

Published by techouse about 1 year ago

sqlite3-to-mysql - 2.0.0

Published by techouse about 1 year ago

2.0.0

  • [CHORE] drop support for Python 2.7, 3.5 and 3.6
  • [CHORE] migrate pytest.ini configuration into pyproject.toml
  • [CHORE] migrate from setuptools to hatch / hatchling
  • [CHORE] add types
  • [CHORE] add types to tests
  • [CHORE] update dependencies
  • [CHORE] use f-strings where appropriate

https://pypi.org/project/sqlite3-to-mysql/2.0.0/

sqlite3-to-mysql - 1.4.20

Published by techouse about 1 year ago

1.4.20

  • [CHORE] update dependencies
  • [CHORE] use black and isort in tox linters

https://pypi.org/project/sqlite3-to-mysql/1.4.20/


NOTE: This is the final v1 release. Support for Python 2.7, 3.5 and 3.6 has been dropped in v2.

Package Rankings
Top 3.98% on Pypi.org
Badges
Extracted from project README's
PyPI PyPI - Downloads PyPI - Python Version MySQL Support MariaDB Support GitHub license Contributor Covenant PyPI - Format Code style: black Codacy Badge Test Status CodeQL Status Publish PyPI Package Status Publish Docker Image codecov GitHub Sponsors GitHub stars
Related Projects