sqlconvert’s documentation

sqlconvert is a library to implement SQL converters. 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 library is accompanied with mysql2sql, a script intended primarily to convert mysqldump (especially with extended INSERT syntax) to standard SQL to load at least to PostgreSQL or SQLite.

Contents:

Indices and tables

Credits

Created by Oleg Broytman <phd@phdru.name>.

Copyright (C) 2016-2021 PhiloSoft Design.

License

GPL.