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