Skip to content

A library to perform SQL conversions. Includes mysql2sql, a script to convert mysqldump with extended INSERTs to standard SQL.

Notifications You must be signed in to change notification settings

phdru/sqlconvert

Repository files navigation

SQL converter.

Author: Oleg Broytman <phd@phdru.name>.

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.

pip install sqlconvert

About

A library to perform SQL conversions. Includes mysql2sql, a script to convert mysqldump with extended INSERTs to standard SQL.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published