]> git.phdru.name Git - sqlconvert.git/blobdiff - README.txt
Unescape all known escapes
[sqlconvert.git] / README.txt
index 64b1299f4800a9735a6d09dc435e4c0dc3c6ec10..4e23eb116f6e80f64048278dee77654e59f4a72f 100644 (file)
@@ -1,11 +1,13 @@
-Broytman mysql to sql converter, Copyright (C) 2016 PhiloSoft Design
+Broytman SQL converter, Copyright (C) 2016 PhiloSoft Design
 Author: Oleg Broytman <phd@phdru.name>
 License: GPL
 
-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.
+This is sqlconvert, a library to perform SQL conversions. It uses
+sqlparse to parse SQL.
 
-Uses sqlparse to parse SQL.
+The library is in the early stage of development and currently cannot do
+much.
 
-The program is in its initial phase 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.