Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phdru/sqlconvert
A library to perform SQL conversions. Includes mysql2sql, a script to convert mysqldump with extended INSERTs to standard SQL.
https://github.com/phdru/sqlconvert
mysq2sql mysql postgresql python python3 sql sqlite
Last synced: 19 days ago
JSON representation
A library to perform SQL conversions. Includes mysql2sql, a script to convert mysqldump with extended INSERTs to standard SQL.
- Host: GitHub
- URL: https://github.com/phdru/sqlconvert
- Owner: phdru
- Created: 2017-04-28T19:42:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T10:49:26.000Z (about 2 months ago)
- Last Synced: 2024-10-13T09:11:22.340Z (about 1 month ago)
- Topics: mysq2sql, mysql, postgresql, python, python3, sql, sqlite
- Language: Python
- Homepage: http://phdru.name/Software/Python/sqlconvert/docs/
- Size: 220 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
SQL converter.
Author: Oleg Broytman .
Copyright (C) 2016-2024 PhiloSoft Design.
License: GPL.
sqlconvert is a library to perform SQL conversions. It uses sqlparse to
parse SQL and SQLObject to escape SQL strings and handle connections to DB
backends.The library is in the early stage of development and currently cannot do
much.The first goal is to implement mysql2sql, a script intended primarily to
convert mysqldump output (especially with extended INSERT syntax) to
standard SQL to load at least to PostgreSQL or SQLite.| Home Page: https://phdru.name/Software/Python/sqlconvert/
| Documentation: https://phdru.name/Software/Python/sqlconvert/docs/
| Git repo: https://git.phdru.name/sqlconvert.git/
| GitHub repo: https://github.com/phdru/sqlconvert
| Issue tracker: https://github.com/phdru/sqlconvert/issues
| PyPI: https://pypi.org/project/sqlconvert/::
pip install sqlconvert