X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=README.txt;h=64b1299f4800a9735a6d09dc435e4c0dc3c6ec10;hb=08c16a99e6fb26d9c410174c9d2559a86b4b5271;hp=048b70ca444ddd0231195a48fe7a4f6905864639;hpb=16c2bcbc29f78bf54fb7ffee9577d1d88216ebbc;p=sqlconvert.git diff --git a/README.txt b/README.txt index 048b70c..64b1299 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,11 @@ -Broytman mysql2sql, Copyright (C) 2016 PhiloSoft Design +Broytman mysql to sql converter, Copyright (C) 2016 PhiloSoft Design Author: Oleg Broytman License: GPL -This is a mysql2sql. +This is mysql2sql, a mysql to sql converter. Intended primarily to +convert mysqldump (especially with extended INSERT syntax) to standard +SQL to load at least to PostgreSQL or SQLite. + +Uses sqlparse to parse SQL. + +The program is in its initial phase and currently cannot do much.