]> git.phdru.name Git - sqlconvert.git/blob - README.txt
[mysql2sql] Show the name of the file being converted
[sqlconvert.git] / README.txt
1 Broytman SQL converter, Copyright (C) 2016-2017 PhiloSoft Design.
2 Author: Oleg Broytman <phd@phdru.name>.
3 License: GPL.
4
5 sqlconvert is a library to perform SQL conversions. It uses sqlparse to
6 parse SQL and SQLObject to escape SQL strings and handle connections to DB
7 backends.
8
9 The library is in the early stage of development and currently cannot do
10 much.
11
12 The first goal is to implement mysql2sql, a script intended primarily to
13 convert mysqldump output (especially with extended INSERT syntax) to
14 standard SQL to load at least to PostgreSQL or SQLite.