Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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