]> git.phdru.name Git - sqlconvert.git/blob - README.txt
Rename mysql2sql -> sqlconvert
[sqlconvert.git] / README.txt
1 Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design
2 Author: Oleg Broytman <phd@phdru.name>
3 License: GPL
4
5 This is sqlconvert, a a library to perform SQL convertions. It uses
6 sqlparse to parse SQL.
7
8 The library is in its initial phase and currently cannot do much.
9
10 The first goal is to implemet mysq2sql, a script intended primarily to
11 convert mysqldump output (especially with extended INSERT syntax) to
12 standard SQL to load at least to PostgreSQL or SQLite.